mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-24 02:33:53 +08:00
no spinner if not main
This commit is contained in:
@@ -80,6 +80,8 @@ from multiprocessing import Process
|
||||
# Run scons
|
||||
spinner = Spinner()
|
||||
spinner.update("0")
|
||||
if __name__ != "__main__":
|
||||
spinner.close()
|
||||
|
||||
if not prebuilt:
|
||||
for retry in [True, False]:
|
||||
|
||||
Reference in New Issue
Block a user