Fix typo: liston -> listen in Co-Simulation/Sumo/run_synchronization.py

This commit is contained in:
Aniol Marti 2020-09-04 11:05:34 +02:00 committed by bernat
parent f287a1e7c0
commit 18ae3b3acc
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ if __name__ == '__main__':
metavar='P', metavar='P',
default=None, default=None,
type=int, type=int,
help='TCP port to liston to (default: 8813)') help='TCP port to listen to (default: 8813)')
argparser.add_argument('--sumo-gui', action='store_true', help='run the gui version of sumo') argparser.add_argument('--sumo-gui', action='store_true', help='run the gui version of sumo')
argparser.add_argument('--step-length', argparser.add_argument('--step-length',
default=0.05, default=0.05,