Skip to content

Commit

Permalink
reverting accidental runner commit, refs #22
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/behr_mi/git/sumo_synched/trunk/sumo@16670 afbd958f-9f77-42d5-a016-97a22340ccf4
  • Loading branch information
behrisch committed Jun 27, 2014
1 parent 9b4351f commit 3dfc6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/complex/sumo/output/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def flush():
sys.stdout.flush()
sys.stderr.flush()

sumoBinary = "sumoD" #os.environ.get("SUMO_BINARY", os.path.join(os.path.dirname(sys.argv[0]), '..', '..', '..', '..', 'bin', 'sumo'))
sumoBinary = os.environ.get("SUMO_BINARY", os.path.join(os.path.dirname(sys.argv[0]), '..', '..', '..', '..', 'bin', 'sumo'))
sumoArgStart = len(sys.argv)
for idx, arg in enumerate(sys.argv):
if arg[0] == "-":
Expand Down

0 comments on commit 3dfc6ee

Please sign in to comment.