Spaces:
Running
Running
Commit ·
70aad61
1
Parent(s): a9d4261
Update entities
Browse files- IBO_to_XML.py +1 -1
IBO_to_XML.py
CHANGED
|
@@ -132,4 +132,4 @@ def sortTags(entities):
|
|
| 132 |
str_tag = str_tag.strip()
|
| 133 |
entity[temp_counter][1] = str_tag
|
| 134 |
temp_counter += 1
|
| 135 |
-
return
|
|
|
|
| 132 |
str_tag = str_tag.strip()
|
| 133 |
entity[temp_counter][1] = str_tag
|
| 134 |
temp_counter += 1
|
| 135 |
+
return entities
|