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 (#2395)

This commit is contained in:
Alexandre Aubin 2024-06-08 19:08:51 +02:00 committed by GitHub
parent 405f56c7b2
commit cb6b4b3a1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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(),