From 0980de3da64e273a363dace79e56345bc4ed2dbc Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 13 Dec 2019 16:14:37 +0100 Subject: move allocbench_version to facter and make the facts a global variable of facter.py --- 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 bbb6d50..905a11f 100644 --- a/src/benchmark.py +++ b/src/benchmark.py @@ -734,7 +734,7 @@ class Benchmark: print(comment_symbol, self.name, file=f) print(file=f) print(comment_symbol, "Common facts:", file=f) - for k, v in src.globalvars.facts.items(): + for k, v in src.facter.FACTS.items(): print(comment_symbol, k + ":", v, file=f) print(file=f) print(comment_symbol, "Benchmark facts:", file=f) -- cgit v1.2.3