-
Notifications
You must be signed in to change notification settings - Fork 169
Deprecated code in tmx.py #19
Copy link
Copy link
Open
Description
ElementTree.getchildren seems to be deprecated:
evoman_framework/evoman/tmx.py
Line 81 in 38b63fb
| for c in tag.getchildren(): |
Can be fixed by:
for c in list (tag):
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels