#12989 Fix for '3 arguments (4 given)' error.

This commit is contained in:
Jason Swindle 2014-05-23 09:45:00 -05:00
parent 16596d7d2f
commit e773e1fb57

View file

@ -70,8 +70,7 @@ def listen(opts):
'''
event = salt.utils.event.SaltEvent(
opts['node'],
opts['sock_dir'],
opts
opts['sock_dir']
)
print(event.puburi)
jid_counter = 0