Report: Set the range on y-axis for hoststack
[csit.git] / resources / tools / presentation / input_data_parser.py
index 7de6e54..9e61c09 100644 (file)
@@ -833,8 +833,7 @@ class ExecutionChecker(ResultVisitor):
                     return result, status
                 status = "PASS"
             except (IndexError, ValueError) as err:
-                logging.info(err)
-        logging.info(result)
+                logging.warning(err)
         return result, status
 
     def visit_suite(self, suite):