|
@@ -463,7 +463,7 @@ class Subprocess:
|
|
|
|
|
|
try:
|
|
|
options.kill(self.pid, sig)
|
|
|
- except Exception:
|
|
|
+ except:
|
|
|
io = StringIO.StringIO()
|
|
|
traceback.print_exc(file=io)
|
|
|
tb = io.getvalue()
|
|
@@ -476,8 +476,6 @@ class Subprocess:
|
|
|
|
|
|
return None
|
|
|
|
|
|
-
|
|
|
-
|
|
|
def finish(self, pid, sts):
|
|
|
""" The process was reaped and we need to report and manage its state
|
|
|
"""
|