try to fix stderr broken pipe
This commit is contained in:
parent
4c208d54e8
commit
c709c8e030
@ -114,6 +114,7 @@ def daemon():
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
cleanup.delete_run_files()
|
||||
sys.stderr.close()
|
||||
|
||||
def _ignore_sigint(sig, frame):
|
||||
'''This space intentionally left blank'''
|
||||
|
Loading…
Reference in New Issue
Block a user