mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Fix return in parse_metadata(None)
This commit is contained in:
parent
94c29f9c37
commit
18ac3044c7
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ def parse_metadata(metafile):
|
|||
thisinfo['comments'] = []
|
||||
|
||||
if metafile is None:
|
||||
return thisinfo
|
||||
return appid, thisinfo
|
||||
|
||||
mode = 0
|
||||
buildlines = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue