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 running discovery with processing checks enabled
tags/1.9.5
falkTX
10 years ago
parent
3fb296ea0c
commit
02f3b64e9a
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
source/carla_backend.py
+ 2
- 1
source/carla_backend.py
View File
@@ -1348,7 +1348,8 @@ class CarlaHostMeta(QObject):
# unset environment variable
def unsetenv(self, key):
environ.pop(key)
if environ.get(key) is not None:
environ.pop(key)
if WINDOWS:
keyrm = "%s=" % key
Write
Preview
Loading…
Cancel
Save