Skip to content

Commit

Permalink
style. refs #21
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Apr 17, 2024
1 parent d241d68 commit 4ee0717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
while traci.simulation.getMinExpectedNumber() > 0:
if traci.simulation.getTime() == 5:
traci.vehicle.insertStop(vehID, 1, "busStop_B2C2",
flags=tc.STOP_BUS_STOP, duration="30")
flags=tc.STOP_BUS_STOP, duration="30")
traci.simulationStep()
traci.close()
2 changes: 1 addition & 1 deletion tools/sumolib/shapes/polygon.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def getBoundingBox(shape):
class Polygon:

def __init__(self, id, type=None, color=None, layer=None, fill=None,
shape=None, geo=None, angle=None, lineWidth=None, imgFile=None):
shape=None, geo=None, angle=None, lineWidth=None, imgFile=None):
self.id = id
self.type = type
self.color = color
Expand Down

0 comments on commit 4ee0717

Please sign in to comment.