Skip to content
Snippets Groups Projects
Commit 95f48c15 authored by Eric Gribkoff's avatar Eric Gribkoff
Browse files

really add _

parent 69e2f821
No related branches found
No related tags found
No related merge requests found
......@@ -90,9 +90,9 @@ def listen(endpoint, test_case):
deferred = endpoint.listen(H2Factory(test_case))
def listen_error(reason):
# If listening fails, we stop the reactor and exit the program
# with exit_code = 1.
# with exit code 1.
global _exit_code
exit_code = 1
_exit_code = 1
logging.error('Listening failed: %s' % reason.value)
twisted.internet.reactor.stop()
deferred.addErrback(listen_error)
......
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