Spaces:
Running
Running
Commit ·
c479870
1
Parent(s): 70aad61
entities name update
Browse files- IBO_to_XML.py +2 -2
IBO_to_XML.py
CHANGED
|
@@ -130,6 +130,6 @@ def sortTags(entities):
|
|
| 130 |
str_tag = " "
|
| 131 |
str_tag = str_tag.join(tags)
|
| 132 |
str_tag = str_tag.strip()
|
| 133 |
-
|
| 134 |
temp_counter += 1
|
| 135 |
-
return
|
|
|
|
| 130 |
str_tag = " "
|
| 131 |
str_tag = str_tag.join(tags)
|
| 132 |
str_tag = str_tag.strip()
|
| 133 |
+
temp_entities[temp_counter][1] = str_tag
|
| 134 |
temp_counter += 1
|
| 135 |
+
return temp_entities
|