Browse Source

Fix "-n" switch with newer python

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.4.2
falkTX 2 years ago
parent
commit
036f208cc8
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/frontend/carla_host.py

+ 1
- 1
source/frontend/carla_host.py View File

@@ -3491,7 +3491,7 @@ def runHostWithoutUI(host):

projectFile = getInitialProjectFile(True)

if not isinstance(gCarla.nogui, int):
if gCarla.nogui is True:
oscPort = None

if not projectFile:


Loading…
Cancel
Save