1
0
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:
Michael Pöhn 2018-08-14 11:07:44 +02:00
parent 7d5f4d3ab9
commit f53d1abcce

View File

@ -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):