mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
do it quietly
This commit is contained in:
parent
6ac5faf763
commit
1716877232
@ -460,6 +460,6 @@ class Arbiter(object):
|
|||||||
worker = self.WORKERS.pop(pid)
|
worker = self.WORKERS.pop(pid)
|
||||||
worker.tmp.close()
|
worker.tmp.close()
|
||||||
os.unlink(worker.tmpname)
|
os.unlink(worker.tmpname)
|
||||||
except:
|
except (KeyError, OSError):
|
||||||
pass
|
pass
|
||||||
raise
|
raise
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user