mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
When parsing manifests, default version name to "Unknown"
This commit is contained in:
parent
eb7a2d9e63
commit
562f539e96
@ -975,6 +975,9 @@ def parse_androidmanifests(paths):
|
|||||||
max_vercode = vercode
|
max_vercode = vercode
|
||||||
max_package = package
|
max_package = package
|
||||||
|
|
||||||
|
if max_version is None:
|
||||||
|
max_version = "Unknown"
|
||||||
|
|
||||||
return (max_version, max_vercode, max_package)
|
return (max_version, max_vercode, max_package)
|
||||||
|
|
||||||
class BuildException(Exception):
|
class BuildException(Exception):
|
||||||
|
Loading…
Reference in New Issue
Block a user