From fc80976fc44393fe59a8a044ed983e668c34c688 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Fri, 6 Feb 2015 14:51:57 -0500 Subject: [PATCH] Remove extraneous closing parenthesis --- tests/test_interpose_updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()