Add the name of the wrong parameter in the messagebox, if the description has an...
[bertos.git] / wizard / bertos_utils.py
index 925774ba387fefe0761b66364763fb40c9a8bc9d..bcb4a4afc6e29a404f5668f97aff0b5a9a4d35e4 100644 (file)
@@ -225,7 +225,7 @@ def loadConfigurationInfos(path):
             configurationInfos[name]["description"] = description
         return configurationInfos
     except SyntaxError:
-        raise DefineException.ConfigurationDefineException(path)
+        raise DefineException.ConfigurationDefineException(path, name)
 
 def loadModuleInfos(path):
     """