From 6cf3abcd9199f0a0cd2e5621b7da2ffe6fceede9 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 22 Nov 2019 23:57:43 +0100 Subject: always print path to result directory --- bench.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench.py') diff --git a/bench.py b/bench.py index 337b9e8..7875955 100755 --- a/bench.py +++ b/bench.py @@ -137,7 +137,7 @@ def main(): src.globalvars.facts["hostname"], src.globalvars.facts["starttime"]) - print_info2("Creating result dir:", src.globalvars.resdir) + print_status("Writing results to:", src.globalvars.resdir) os.makedirs(src.globalvars.resdir, exist_ok=True) cwd = os.getcwd() -- cgit v1.2.3