Fix minor bug in client_example.py
This commit is contained in:
parent
729463a093
commit
a186c51952
|
@ -212,6 +212,7 @@ def main():
|
|||
settings_filepath=args.carla_settings)
|
||||
|
||||
print('Done.')
|
||||
return
|
||||
|
||||
except TCPConnectionError as error:
|
||||
logging.error(error)
|
||||
|
|
Loading…
Reference in New Issue