1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 04:24:16 +00:00
This commit is contained in:
deadc0de6
2021-04-30 21:29:12 +02:00
parent cb71bf299f
commit 6a51a7abad
6 changed files with 188 additions and 163 deletions

View File

@@ -333,6 +333,7 @@ def cmd_install(opts):
# check result
for fut in futures.as_completed(wait_for):
tmpret, key, err = fut.result()
# check result
if tmpret:
installed.append(key)
elif err: