From 3988f2e21754208a548725c590fb42e372a32efa Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 17 Jun 2019 13:35:04 +0200 Subject: fix old variable name in debug output --- src/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/benchmark.py b/src/benchmark.py index 4069da1..709005a 100644 --- a/src/benchmark.py +++ b/src/benchmark.py @@ -324,7 +324,7 @@ class Benchmark (object): if res.returncode != 0: print_error("{} failed with exit code {} for {}".format(actual_cmd, res.returncode, alloc_name)) else: - print_error("Preloading of {} failed for {}".format(t["LD_PRELOAD"], alloc_name)) + print_error("Preloading of {} failed for {}".format(alloc["LD_PRELOAD"], alloc_name)) # parse and store results else: -- cgit v1.2.3