mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Don't try and reap what already has been
This commit is contained in:
parent
d746bb272c
commit
05c9030056
@ -520,6 +520,11 @@ class RunnerEvent(MasterEvent):
|
||||
'outputter': outputter}
|
||||
self.fire_event(progress_event, tagify([self.jid, 'progress'], 'runner'))
|
||||
|
||||
def __del__(self):
|
||||
# The runners should be cleaning up their own sockets. This is a no-op if run here
|
||||
# and causes AttributeErrors.
|
||||
pass
|
||||
|
||||
|
||||
class MinionEvent(SaltEvent):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user