diff --git a/tests/test_interpose_updater.py b/tests/test_interpose_updater.py index ef59dc9b..89beb037 100755 --- a/tests/test_interpose_updater.py +++ b/tests/test_interpose_updater.py @@ -343,7 +343,7 @@ def tearDownClass(cls): # Kill the SimpleHTTPServer Process if cls.server_process is None: message = '\tServer process ' + str(cls.server_process.pid) + \ - ' terminated.') + ' terminated.' logger.info(message) cls.server_process.kill()