CSIT-1483: Add processing of output_info.xml as the first choice
[csit.git] / resources / tools / presentation / pal.py
index 39cba09..dfed6b3 100644 (file)
@@ -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)