try to fix stderr broken pipe
This commit is contained in:
parent
4c208d54e8
commit
c709c8e030
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ def daemon():
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
pass
|
pass
|
||||||
cleanup.delete_run_files()
|
cleanup.delete_run_files()
|
||||||
|
sys.stderr.close()
|
||||||
|
|
||||||
def _ignore_sigint(sig, frame):
|
def _ignore_sigint(sig, frame):
|
||||||
'''This space intentionally left blank'''
|
'''This space intentionally left blank'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue