mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix eventlisten for changes made to 0.10.6
This commit is contained in:
parent
899bdc937b
commit
648e6b8eca
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ This script is a generic tool to test event output
|
|||
'''
|
||||
|
||||
# Import Python libs
|
||||
import os
|
||||
import optparse
|
||||
import pprint
|
||||
import time
|
||||
|
@ -41,6 +42,8 @@ def parse():
|
|||
if v is not None:
|
||||
opts[k] = v
|
||||
|
||||
opts['sock_dir'] = os.path.join(opts['sock_dir'], opts['node'])
|
||||
|
||||
return opts
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue