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

Fix return in parse_metadata(None)

This commit is contained in:
Daniel Martí 2014-08-16 16:01:00 +02:00
parent 94c29f9c37
commit 18ac3044c7

View File

@ -664,7 +664,7 @@ def parse_metadata(metafile):
thisinfo['comments'] = []
if metafile is None:
return thisinfo
return appid, thisinfo
mode = 0
buildlines = []