diff options
| author | bloodstalker <thabogre@gmail.com> | 2018-09-20 11:28:56 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2018-09-20 11:28:56 +0000 | 
| commit | aab21b2f2984ed993487898ab4aec6a0f6bae366 (patch) | |
| tree | f8efe81129e7b088266ada1353542bad76c292a1 | |
| parent | update (diff) | |
| download | luatablegen-aab21b2f2984ed993487898ab4aec6a0f6bae366.tar.gz luatablegen-aab21b2f2984ed993487898ab4aec6a0f6bae366.zip | |
update
Diffstat (limited to '')
| -rwxr-xr-x | luatablegen.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/luatablegen.py b/luatablegen.py index 48cecea..93d92d3 100755 --- a/luatablegen.py +++ b/luatablegen.py @@ -531,8 +531,8 @@ class TbgParser(object):                          if kid.attrib["name"] == field_name: child = kid                  count = get_elem_count(child)                  count_node = get_count_node(child, parent) -                print("parent:" + parent.attrib["name"]) -                print("child:" + child.attrib["name"]) +                #print("parent:" + parent.attrib["name"]) +                #print("child:" + child.attrib["name"])                  if count_node != None: print("count node:" + count_node.attrib["name"])                  if count_node != None: count_node_name = count_node.attrib["name"]                  if count == 1: | 
