X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fpal.py;h=dfed6b3e62d4fe5aed21089c9da2a872cd430399;hp=39cba09d966e7af984cf4546c3cc4b9e75759fa5;hb=5aa2e158983f61df6d26129ad566b906051fc5b5;hpb=258f2666143138f20d84665fcfed53475bc88041 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)