From 01a013838d217f49efd772f4a5b54e35710e9236 Mon Sep 17 00:00:00 2001
From: Florian Fischer <florian.fl.fischer@fau.de>
Date: Sun, 28 Apr 2019 23:06:59 +0200
Subject: [PATCH] fix Benchmark.run

---
 src/benchmark.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:])
-- 
GitLab