Browse Source

Fix bug in header

Hamilton Turner 10 years ago
parent
commit
384ffb2e8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/benchmark/utils.py

+ 1 - 1
toolset/benchmark/utils.py

@@ -114,4 +114,4 @@ def header(message, top='-', bottom='-'):
         result = "%s" % bottomheader
         result = "%s" % bottomheader
       else:
       else:
         result += "\n%s" % bottomheader
         result += "\n%s" % bottomheader
-    return result
+    return result + '\n'