This commit is contained in:
benoitc 2010-05-09 21:39:45 +02:00
parent 87760fe750
commit ba06498d7d

View File

@ -103,6 +103,7 @@ class Worker(object):
def handle_quit(self, sig, frame):
self.alive = False
os._exit(3)
def handle_exit(self, sig, frame):
self.alive = False