diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-01-18 15:01:00 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-01-24 15:22:31 +0000 |
commit | b4b7fac76d29cc780b3ccd865379ad2ed38c0586 (patch) | |
tree | 6c6698308284d4ca540b4cbbda1533328650ecce /resources/tools/presentation/input_data_parser.py | |
parent | 9803b11b7b5a6df4e81fbee1da6d141b0729fc20 (diff) |
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 <tifrank@cisco.com>
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
Diffstat (limited to 'resources/tools/presentation/input_data_parser.py')
-rw-r--r-- | resources/tools/presentation/input_data_parser.py | 2 |
1 files changed, 2 insertions, 0 deletions
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)) |