aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/benchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark.py b/src/benchmark.py
index 4737799..f904c7a 100644
--- a/src/benchmark.py
+++ b/src/benchmark.py
@@ -236,7 +236,7 @@ class Benchmark (object):
stdout=subprocess.PIPE,
universal_newlines=True).stdout.split()[1]
- actual_cmd = "{} {} {} {}{}".format(self.measure_cmd,
+ actual_cmd = "{} {} {}{}".format(self.measure_cmd,
t["cmd_prefix"],
binary,
actual_cmd[cmd_start:])