mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 04:24:16 +00:00
linting
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user