aboutsummaryrefslogtreecommitdiff
path: root/src/facter.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-05-27 14:36:53 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-05-27 14:36:53 +0200
commit25d01292f86192a8853edcb35ea6b6f89a9f73f9 (patch)
treee0b9405bf9573d77e0773df55bdebfcea7467b2c /src/facter.py
parent1cdd2f642c46ec35ef643fd3e1f26fa13f4ac4f8 (diff)
downloadallocbench-25d01292f86192a8853edcb35ea6b6f89a9f73f9.tar.gz
allocbench-25d01292f86192a8853edcb35ea6b6f89a9f73f9.zip
use sane iterations (100 -> 10000)
Diffstat (limited to 'src/facter.py')
-rw-r--r--src/facter.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/facter.py b/src/facter.py
index c90306d..220cb3a 100644
--- a/src/facter.py
+++ b/src/facter.py
@@ -19,8 +19,6 @@ def collect_facts():
with open(os.path.join(gv.builddir, "ccinfo"), "r") as ccinfo:
gv.facts["cc"] = ccinfo.readlines()[-1][:-1]
-
-
# Copied from pip.
# https://github.com/pypa/pip/blob/master/src/pip/_internal/utils/glibc.py
# Licensed under MIT.