try to fix stderr broken pipe

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

View File

@ -115,6 +115,7 @@ def daemon():
pass
cleanup.delete_run_files()
sys.stderr.close()
sys.stdout.close()
def _ignore_sigint(sig, frame):
'''This space intentionally left blank'''