diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-05-27 14:36:53 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-05-27 14:36:53 +0200 |
| commit | 25d01292f86192a8853edcb35ea6b6f89a9f73f9 (patch) | |
| tree | e0b9405bf9573d77e0773df55bdebfcea7467b2c /src/facter.py | |
| parent | 1cdd2f642c46ec35ef643fd3e1f26fa13f4ac4f8 (diff) | |
| download | allocbench-25d01292f86192a8853edcb35ea6b6f89a9f73f9.tar.gz allocbench-25d01292f86192a8853edcb35ea6b6f89a9f73f9.zip | |
use sane iterations (100 -> 10000)
Diffstat (limited to 'src/facter.py')
| -rw-r--r-- | src/facter.py | 2 |
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. |
