From 5aa2e158983f61df6d26129ad566b906051fc5b5 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 15 Apr 2019 14:17:05 +0200 Subject: CSIT-1483: Add processing of output_info.xml as the first choice Change-Id: I27687ed6dda3a8717538653e75ad0d61c6516c7e Signed-off-by: Tibor Frank --- resources/tools/presentation/pal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/presentation/pal.py') 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) -- cgit 1.2.3-korg