mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-29 04:13:44 -04:00
fix: make sure ensure_final_value always has a clearly defined return value
This commit is contained in:
@@ -2012,6 +2012,7 @@ def ensure_final_value(packageName, arsc, value):
|
||||
except (ValueError, TypeError):
|
||||
pass
|
||||
return returnValue
|
||||
return ''
|
||||
|
||||
|
||||
def is_apk_and_debuggable_aapt(apkfile):
|
||||
|
||||
Reference in New Issue
Block a user