Skip to content

Commit

Permalink
fix #14880
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed May 17, 2024
1 parent 2ebecdd commit 7d4f898
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/generateParkingAreaRerouters.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ def _load_parking_areas_from_file(self, filename):
else:
sequence = xml_tree
for child in sequence:
if child.tag != "parkingArea":
continue
self._parking_areas[child.attrib['id']] = child.attrib

laneID = child.attrib['lane']
Expand Down

0 comments on commit 7d4f898

Please sign in to comment.