Commit 8d62960d authored by Alain Takoudjou's avatar Alain Takoudjou

initialize obj variable

parent dd8b85c6
...@@ -805,7 +805,7 @@ def readParameters(path): ...@@ -805,7 +805,7 @@ def readParameters(path):
if os.path.exists(path): if os.path.exists(path):
try: try:
xmldoc = minidom.parse(path) xmldoc = minidom.parse(path)
object = {} obj = {}
for elt in xmldoc.childNodes: for elt in xmldoc.childNodes:
sub_obj = {} sub_obj = {}
for subnode in elt.childNodes: for subnode in elt.childNodes:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment