X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Finput_data_parser.py;h=203a3bfd253e1ec1d7e0f0bfe02b729769d79707;hp=e1763b97d259ffdd8d809756fdf7250a326e966e;hb=a4cdbf05722f6e880f465121a416828278195bd7;hpb=02f01f9f327cc64745c1941968813b3f107ca771 diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index e1763b97d2..203a3bfd25 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -866,7 +866,7 @@ class InputData(object): except (KeyError, IndexError, ValueError) as err: logging.error(" Missing mandatory parameter in the element " - "specification.", err) + "specification: {0}".format(err)) return None except AttributeError: return None