Fix the sockdir path in eventlisten

This commit is contained in:
Thomas S Hatch 2013-02-07 12:36:50 -07:00
parent 4d644aaa61
commit 8dadd37e0c

View file

@ -42,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