summaryrefslogtreecommitdiff
path: root/backend/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/helpers.py')
-rw-r--r--backend/helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/helpers.py b/backend/helpers.py
index d817f0b9..0c1ba6b1 100644
--- a/backend/helpers.py
+++ b/backend/helpers.py
@@ -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