Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow configuration of Carla client name when headless
  • Loading branch information
Daniel-I-Am authored and falkTX committed Sep 26, 2023
1 parent ecad526 commit 070d734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/frontend/carla_host.py
Expand Up @@ -3659,7 +3659,7 @@ def runHostWithoutUI(host):
# Init engine

audioDriver = setEngineSettings(host, None, oscPort)
if not host.engine_init(audioDriver, "Carla"):
if not host.engine_init(audioDriver, CARLA_CLIENT_NAME or "Carla"):
print("Engine failed to initialize, possible reasons:\n%s" % host.get_last_error())
sys.exit(1)

Expand Down

0 comments on commit 070d734

Please sign in to comment.