no spinner if not main

old-commit-hash: cb9bf8df23
This commit is contained in:
Adeeb Shihadeh
2020-11-21 00:33:01 -08:00
parent bf9a64ecad
commit 470966fdf5

View File

@@ -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]: