1
0
Fork 0
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

This commit is contained in:
Alexandre Aubin 2024-06-08 19:07:50 +02:00
parent 405f56c7b2
commit db0d47fa67

View file

@ -108,6 +108,8 @@ def write_catalog_v3(base_catalog, target_dir: Path) -> None:
logo_hash = None
infos["logo_hash"] = logo_hash
return infos
full_catalog = {
"apps": {app: infos_for_v3(app, info) for app, info in base_catalog.items()},
"categories": categories_list(),