1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Fix 'fdroid import' flavours crasher

This commit is contained in:
Daniel Martí 2014-09-20 22:35:58 +02:00
parent 007e3eee27
commit 7d21417286

View File

@ -239,7 +239,7 @@ def main():
root_dir = src_dir
# Extract some information...
paths = common.manifest_paths(root_dir, None)
paths = common.manifest_paths(root_dir, [])
if paths:
version, vercode, package = common.parse_androidmanifests(paths)