aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/core/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/benchmark/core/__init__.py')
-rw-r--r--yardstick/benchmark/core/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/yardstick/benchmark/core/__init__.py b/yardstick/benchmark/core/__init__.py
index 161e448cc..79ebc732f 100644
--- a/yardstick/benchmark/core/__init__.py
+++ b/yardstick/benchmark/core/__init__.py
@@ -33,6 +33,6 @@ class Param(object):
def print_hbar(barlen):
"""print to stdout a horizontal bar"""
- print("+"),
- print("-" * barlen),
+ print("+")
+ print("-" * barlen)
print("+")