X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fpal.py;h=238145b70ff17d63e10dbe1aec4b8bf755cf10b4;hp=097bb43215f6e749c026b728f427f2e050677436;hb=db2fcb13bab0085abaaa704e87e345d43734ac86;hpb=cf260b77de34ac29e115ed9137904205d9f60ffc diff --git a/resources/tools/presentation/pal.py b/resources/tools/presentation/pal.py index 097bb43215..238145b70f 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)