From ce836897edbef9eb04ce2b714f388a33865e258d Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 18 Jan 2018 15:01:00 +0100 Subject: CSIT-901: Throughput Speedup Analysis - Static content - Add robustnes to the function which generates the plots - Add "Model for TSA" to LLD. Change-Id: I78dffe3622b4566b30ecac411f8ff285689d1427 Signed-off-by: Tibor Frank Signed-off-by: Maciek Konstantynowicz (cherry picked from commit b4b7fac76d29cc780b3ccd865379ad2ed38c0586) --- resources/tools/presentation/input_data_parser.py | 2 ++ 1 file changed, 2 insertions(+) (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 8c44dc45fa..2351942377 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -854,6 +854,8 @@ class InputData(object): logging.error(" Missing mandatory parameter in the element " "specification.", err) return None + except AttributeError: + return None except SyntaxError: logging.error(" The filter '{0}' is not correct. Check if all " "tags are enclosed by apostrophes.".format(cond)) -- cgit 1.2.3-korg