try to fix stderr broken pipe

This commit is contained in:
Kevin Froman 2019-09-28 23:44:19 -05:00
parent 4c208d54e8
commit c709c8e030
1 changed files with 1 additions and 0 deletions

View File

@ -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'''