Fix E722 linter rule

This commit is contained in:
Sky Leite
2023-02-04 00:12:00 -03:00
parent 8fab487153
commit 93587fe33b
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ async def download_remote_binary_to_path(url, binHash, path) -> bool:
)
else:
rv = False
except:
except Exception:
rv = False
return rv