Don't try and reap what already has been

This commit is contained in:
Mike Place 2014-11-20 10:05:55 -07:00
parent d746bb272c
commit 05c9030056

View File

@ -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):
'''