X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fpal.py;h=94742b07da5e6fcc643c4e4e02057d5efbe790aa;hb=f4604e91598ef6f914b7ce1ab57f7d44dc043460;hp=097bb43215f6e749c026b728f427f2e050677436;hpb=cf260b77de34ac29e115ed9137904205d9f60ffc;p=csit.git diff --git a/resources/tools/presentation/pal.py b/resources/tools/presentation/pal.py index 097bb43215..94742b07da 100644 --- a/resources/tools/presentation/pal.py +++ b/resources/tools/presentation/pal.py @@ -93,7 +93,7 @@ def main(): format(spec.output["output"])) return 1 - ret_code = 1 + # ret_code = 1 # try: env = Environment(spec.environment, args.force) env.set_environment() @@ -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)