Spaces:
Running
Running
admin
commited on
Commit
·
127f350
1
Parent(s):
7a5b3e1
hide local mscore in win
Browse files
utils.py
CHANGED
|
@@ -59,4 +59,4 @@ if sys.platform.startswith("linux"):
|
|
| 59 |
os.environ["QT_QPA_PLATFORM"] = "offscreen"
|
| 60 |
|
| 61 |
else:
|
| 62 |
-
MSCORE =
|
|
|
|
| 59 |
os.environ["QT_QPA_PLATFORM"] = "offscreen"
|
| 60 |
|
| 61 |
else:
|
| 62 |
+
MSCORE = os.getenv("mscore")
|