mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
#12989 Fix for '3 arguments (4 given)' error.
This commit is contained in:
parent
16596d7d2f
commit
e773e1fb57
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue