fix spinner

old-commit-hash: 7a1e229a9a692421fc038eec5be376b7f6bebc6d
This commit is contained in:
Willem Melching
2020-07-23 17:51:45 +02:00
parent 8fe78bbf06
commit 8581c25600
+1 -1
View File
@@ -78,7 +78,7 @@ import traceback
from multiprocessing import Process
# Run scons
spinner = Spinner(noop=(__name__ != "main" or not ANDROID))
spinner = Spinner(noop=(__name__ != "__main__" or not ANDROID))
spinner.update("0")
if not prebuilt: