aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-11-23 01:59:38 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-11-23 01:59:38 +0100
commit4de8889863618d065a3761a78ebb1a4784112ae8 (patch)
treec062b9b34ad71acc12ed273f749f054965ba057c
parent3bddc491d6c1c135ee937d1ba884f7cef4e4860c (diff)
downloadallocbench-4de8889863618d065a3761a78ebb1a4784112ae8.tar.gz
allocbench-4de8889863618d065a3761a78ebb1a4784112ae8.zip
remove useless check for facts
facts need to be in the directory or facter.load_facts will fail.
-rwxr-xr-xsummarize.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/summarize.py b/summarize.py
index 29b8525..dab2742 100755
--- a/summarize.py
+++ b/summarize.py
@@ -110,10 +110,6 @@ def main():
print_error(f"{args.results} is no directory")
exit(1)
- if not os.path.isfile(os.path.join(args.results, "facts.save")):
- print_error(f"{args.results} is no valid allocbench result it misses facts.save")
- exit(1)
-
src.globalvars.resdir = args.results
os.chdir(args.results)