From 841acf20d513fbf7b7b9e82cab02567ebd908c19 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 10 Feb 2022 10:19:19 +0100 Subject: Report: Small fixes Change-Id: I9c453f299aa291afec0605ce4a4a87e2b21dc480 Signed-off-by: Tibor Frank --- resources/tools/presentation/input_data_parser.py | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/tools/presentation/input_data_parser.py') diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index 338fd79231..364d18860f 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -1536,6 +1536,7 @@ class InputData: for item in (u"-2n-icx", u"-3n-icx", u"-2n-aws", u"-3n-aws"): if item in job: process_oper = True + break checker = ExecutionChecker( metadata, self._cfg.mapping, self._cfg.ignore, process_oper ) -- cgit 1.2.3-korg