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
Misc
tags/1.9.6
falkTX
10 years ago
parent
150f587815
commit
339443b6a6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/carla_shared.py
+ 1
- 1
source/carla_shared.py
View File
@@ -90,7 +90,7 @@ envHOME = os.getenv("HOME")
if envHOME is None:
if LINUX or MACOS:
qWarning("HOME variable not set")
HOME = QDir.homePath()
HOME = QDir.
toNativeSeparators(QDir.
homePath()
)
else:
HOME = envHOME
Write
Preview
Loading…
Cancel
Save