Commit c9148fda authored by Igor Dejanovic's avatar Igor Dejanovic

Small change in debug message

parent 894e8d72
...@@ -892,7 +892,7 @@ class Parser(object): ...@@ -892,7 +892,7 @@ class Parser(object):
children.append(child) children.append(child)
if self.debug: if self.debug:
print("Applying ", node.name, "= '", str(node), print("Processing ", node.name, "= '", str(node),
"' type:", type(node).__name__, \ "' type:", type(node).__name__, \
"len:", len(node) if isinstance(node, list) else "") "len:", len(node) if isinstance(node, list) else "")
for i, a in enumerate(children): for i, a in enumerate(children):
......
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