From 25d01292f86192a8853edcb35ea6b6f89a9f73f9 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 27 May 2019 14:36:53 +0200 Subject: use sane iterations (100 -> 10000) --- src/facter.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/facter.py') 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. -- cgit v1.2.3