Skip to content

Commit

Permalink
python2 compat #12 #21
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 19, 2023
1 parent f071b7c commit 27b7fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/complex/sumo/envVarSubstitution/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# file output direct
subprocess.call([sumoBinary, "-c", "config.sumocfg"])

files = list(sorted(os.listdir()))
files = list(sorted(os.listdir(".")))
print("uncheck:", files, os.curdir)
assert(files[0].endswith(".trips.xml"))
assert(int(files[0][:-10]) > 0)
Expand Down

0 comments on commit 27b7fb0

Please sign in to comment.