fix import spinner start position

old-commit-hash: 9e5bac70614f44d709f22cea6e4516469a5b2697
This commit is contained in:
Willem Melching
2020-04-08 16:21:51 -07:00
parent 5449ad52a5
commit cb2fe8277d
+1 -1
View File
@@ -509,7 +509,7 @@ def manager_prepare(spinner=None):
os.chdir(os.path.dirname(os.path.abspath(__file__)))
# Spinner has to start from 70 here
total = 100.0 if prebuilt else 70.0
total = 100.0 if prebuilt else 30.0
for i, p in enumerate(managed_processes):
if spinner is not None: