From 95f48c154b1073393fae4d412f4c905194e7f96c Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Fri, 10 Mar 2017 14:01:11 -0800 Subject: really add _ --- test/http2_test/http2_test_server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/http2_test') diff --git a/test/http2_test/http2_test_server.py b/test/http2_test/http2_test_server.py index 85c356b5ef..46c3e00d18 100644 --- a/test/http2_test/http2_test_server.py +++ b/test/http2_test/http2_test_server.py @@ -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) -- cgit v1.2.3