Fix minor bug in client_example.py

This commit is contained in:
nsubiron 2018-01-25 16:56:35 +01:00
parent 729463a093
commit a186c51952
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@ def main():
settings_filepath=args.carla_settings)
print('Done.')
return
except TCPConnectionError as error:
logging.error(error)