PAL: Clean the code
[csit.git] / resources / tools / presentation / input_data_parser.py
index e1763b9..203a3bf 100644 (file)
@@ -866,7 +866,7 @@ class InputData(object):
 
         except (KeyError, IndexError, ValueError) as err:
             logging.error("   Missing mandatory parameter in the element "
 
         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
             return None
         except AttributeError:
             return None