Trending: Fix input data processing 45/24045/1
authorTibor Frank <tifrank@cisco.com>
Wed, 18 Dec 2019 09:42:51 +0000 (10:42 +0100)
committerTibor Frank <tifrank@cisco.com>
Wed, 18 Dec 2019 09:42:51 +0000 (10:42 +0100)
Change-Id: I79cecd07c933cc46beb09de1ee2b4a0db5dd8a79
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/input_data_parser.py

index aabb0c5..7fa870c 100644 (file)
@@ -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