This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix "-n" switch with newer python
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.4.2
falkTX
2 years ago
parent
afd6f1bc1f
commit
036f208cc8
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
Loading…
Cancel
Save