mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
list_builder: missing return ends up in disaster (#2395)
This commit is contained in:
parent
405f56c7b2
commit
cb6b4b3a1c
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ def write_catalog_v3(base_catalog, target_dir: Path) -> None:
|
||||||
logo_hash = None
|
logo_hash = None
|
||||||
infos["logo_hash"] = logo_hash
|
infos["logo_hash"] = logo_hash
|
||||||
|
|
||||||
|
return infos
|
||||||
|
|
||||||
full_catalog = {
|
full_catalog = {
|
||||||
"apps": {app: infos_for_v3(app, info) for app, info in base_catalog.items()},
|
"apps": {app: infos_for_v3(app, info) for app, info in base_catalog.items()},
|
||||||
"categories": categories_list(),
|
"categories": categories_list(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue