From 6f172e582e67ba6b9d93395b0f7cc576281b86b0 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 22 Mar 2019 20:19:07 +0100 Subject: fix some Exceptions --- src/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/benchmark.py') diff --git a/src/benchmark.py b/src/benchmark.py index 5e32c89..956e4b5 100644 --- a/src/benchmark.py +++ b/src/benchmark.py @@ -252,7 +252,7 @@ class Benchmark (object): print() print_debug("Stdout:\n" + res.stdout) print_debug("Stderr:\n" + res.stderr) - raise Exception("{} failed with exit code {} for {}".format(actual_cmd, res.returncode), tname) + raise Exception("{} failed with exit code {} for {}".format(actual_cmd, res.returncode, tname)) if "ERROR: ld.so" in res.stderr: print() -- cgit v1.2.3