From 27b99c23e0f2009f801abe81efc83daed99be03d Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 18 Dec 2019 10:42:51 +0100 Subject: [PATCH] Trending: Fix input data processing Change-Id: I79cecd07c933cc46beb09de1ee2b4a0db5dd8a79 Signed-off-by: Tibor Frank --- resources/tools/presentation/input_data_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index aabb0c5d1b..7fa870cd80 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -922,7 +922,7 @@ class ExecutionChecker(ResultVisitor): :type test_kw: Keyword :returns: Nothing. """ - if test_kw.name.count(u"Show Runtime On All Duts") or + if test_kw.name.count(u"Show Runtime On All Duts") or \ test_kw.name.count(u"Show Runtime Counters On All Duts"): self._lookup_kw_nr += 1 self._show_run_lookup_nr = 0 -- 2.16.6