aboutsummaryrefslogtreecommitdiff
path: root/src/benchmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmark.py')
-rw-r--r--src/benchmark.py2
1 files changed, 1 insertions, 1 deletions
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)