X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fpal.py;h=dfed6b3e62d4fe5aed21089c9da2a872cd430399;hb=36b2dffd55dee362d96aae98d563a0c2b475573e;hp=39cba09d966e7af984cf4546c3cc4b9e75759fa5;hpb=53f44d52b513fae893e7774d77e3cff160ed9abe;p=csit.git diff --git a/resources/tools/presentation/pal.py b/resources/tools/presentation/pal.py index 39cba09d96..dfed6b3e62 100644 --- a/resources/tools/presentation/pal.py +++ b/resources/tools/presentation/pal.py @@ -101,7 +101,7 @@ def main(): prepare_static_content(spec) data = InputData(spec) - data.download_and_parse_data(repeat=2) + data.download_and_parse_data(repeat=1) generate_tables(spec, data) generate_plots(spec, data)