Browse Source

Clean up output: removed a lonely )

tfb 12 years ago
parent
commit
dd60babd10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/benchmark/benchmarker.py

+ 1 - 1
toolset/benchmark/benchmarker.py

@@ -499,7 +499,7 @@ class Benchmarker:
         ----------------------------------------------------
         Saving results through {name}
         ----------------------------------------------------
-        )""".format(name=test.name))
+        """.format(name=test.name))
         self.__write_intermediate_results(test.name,time.strftime("%Y%m%d%H%M%S", time.localtime()))
       except (OSError, subprocess.CalledProcessError):
         self.__write_intermediate_results(test.name,"<setup.py> raised an exception")