mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
parent
7bd171480f
commit
c67f8e349c
2 changed files with 17 additions and 8 deletions
|
|
@ -989,7 +989,8 @@ def parse_json_metadata(mf, app):
|
|||
|
||||
def parse_yaml_metadata(mf, app):
|
||||
yamldata = yaml.load(mf, Loader=YamlLoader)
|
||||
app.update(yamldata)
|
||||
if yamldata:
|
||||
app.update(yamldata)
|
||||
return app
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue