Skip to content

Commit 1a670db

Browse files
committed
fixing style refs #21
1 parent 365ba8f commit 1a670db

File tree

1 file changed

+3
-3
lines changed
  • tests/complex/traci/ContextSubscriptionFilters/turn/persons

1 file changed

+3
-3
lines changed

tests/complex/traci/ContextSubscriptionFilters/turn/persons/runner.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
def runSingle(traciEndTime, downstreamDist, foeDistToJunction):
4242
step = 0
4343
traci.start(sumoCall + ["-n", "input_net.net.xml", "-r",
44-
"input_routes.rou.xml", "--no-step-log", "true",
45-
"--default.departspeed", "0",
46-
"--default.departlane", "first"])
44+
"input_routes.rou.xml", "--no-step-log", "true",
45+
"--default.departspeed", "0",
46+
"--default.departlane", "first"])
4747
subscribed = False
4848
while not step > traciEndTime:
4949
responses = traci.simulationStep()

0 commit comments

Comments
 (0)