From 7c7cad880bb72b19671fec71b3f5d1350995161e Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 22 Jun 2021 13:49:05 +0200 Subject: PAL: Do not read sh run for trending Change-Id: I0e142c1c3bb48ddeb0bcd2bfa11c0323461c1368 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 7e2d9a8dbd..4f9b24fedc 100644 --- a/resources/tools/presentation/pal.py +++ b/resources/tools/presentation/pal.py @@ -148,7 +148,7 @@ def main(): prepare_static_content(spec) - data = InputData(spec) + data = InputData(spec, spec.output[u"output"]) if args.input_file: data.process_local_file(args.input_file) elif args.input_directory: -- cgit 1.2.3-korg