Skip to content
Snippets Groups Projects
Commit f4c759fe authored by inso's avatar inso
Browse files

Workaround to bug #273

parent 45615084
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ def async_exception_handler(loop, context):
logging.error('\n'.join(log_lines), exc_info=exc_info)
if "Unclosed" not in message and \
"socket.gaierror" not in str(exception) and \
"socket.gaierror" not in message:
os._exit(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment