Skip to content

Commit

Permalink
fixed filename for parkings
Browse files Browse the repository at this point in the history
  • Loading branch information
Lara CODECA committed Jan 14, 2019
1 parent ce82552 commit 487b9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/parkings/traci.pypml.example.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def _main():
'filename': '{}.log'.format(sys.argv[0]),
'level': logging.DEBUG,
},
'sumo_parking_file': '../../scenario/in/add/most.parkings.add.norerouters.xml',
'sumo_parking_file': '../../scenario/in/add/most.parking.norerouters.add.xml',
'blacklist': [],
'vclasses': {'delivery', 'taxi', 'truck', 'coach', 'trailer', 'evehicle',
'passenger', 'motorcycle', 'moped', 'bicycle', 'bus',
Expand Down

0 comments on commit 487b9a7

Please sign in to comment.