do it quietly

This commit is contained in:
benoitc 2010-03-07 00:01:33 +01:00
parent 6ac5faf763
commit 1716877232

View File

@ -460,6 +460,6 @@ class Arbiter(object):
worker = self.WORKERS.pop(pid)
worker.tmp.close()
os.unlink(worker.tmpname)
except:
except (KeyError, OSError):
pass
raise