We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f12171e + 8e5eda1 commit 40d507cCopy full SHA for 40d507c
leaderboard/utils/route_parser.py
@@ -129,7 +129,7 @@ def get_routes_subset():
129
scenario_config.name = scenario.attrib.get('name')
130
scenario_config.type = scenario.attrib.get('type')
131
132
- for elem in scenario.getchildren():
+ for elem in list(scenario):
133
if elem.tag == 'trigger_point':
134
scenario_config.trigger_points.append(convert_elem_to_transform(elem))
135
elif elem.tag == 'other_actor':
0 commit comments