mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Remove extraneous closing parenthesis
This commit is contained in:
parent
7d91e6e225
commit
fc80976fc4
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue