mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Two spaces before in-line comment.
This commit is contained in:
parent
153be5ddca
commit
7663921d6b
@ -59,7 +59,8 @@ class RunnerClient(object):
|
||||
data['user'] = user
|
||||
event.fire_event(data, tagify('ret', base=tag))
|
||||
# this is a workaround because process reaping is defeating 0MQ linger
|
||||
time.sleep(2.0) # delat so 0MQ event gets out before runner process reaped
|
||||
time.sleep(2.0) # delay so 0MQ event gets out before runner process
|
||||
# reaped
|
||||
|
||||
def _verify_fun(self, fun):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user