mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-05 06:50:10 +01:00
fix: make sure ensure_final_value always has a clearly defined return value
This commit is contained in:
parent
7d5f4d3ab9
commit
f53d1abcce
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user