mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 07:22:29 +03:00
fix bare except to satisfy newer pycodestyle
This commit is contained in:
parent
1c5dccb413
commit
50ba108093
1 changed files with 1 additions and 1 deletions
|
@ -2348,7 +2348,7 @@ def verify_apk_signature(apk, min_sdk_version=None):
|
|||
try:
|
||||
verify_jar_signature(apk)
|
||||
return True
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue