Skip to content
Snippets Groups Projects
Commit 4ec0b8e3 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

whitespace update to be pylint compatible

parent b37f2838
No related branches found
No related tags found
No related merge requests found
...@@ -129,4 +129,4 @@ class UnitTestHTTPServer(HTTPServer): ...@@ -129,4 +129,4 @@ class UnitTestHTTPServer(HTTPServer):
UnitTestHTTPServer(server_address=('127.0.0.1', int(sys.argv[1])), UnitTestHTTPServer(server_address=('127.0.0.1', int(sys.argv[1])),
timeout=float(sys.argv[2]), ignore_done=(sys.argv[3]=="True")).start() timeout=float(sys.argv[2]), ignore_done=(sys.argv[3] == "True")).start()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment