1
0
Fork 0

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 3c85bd77ca
commit 6f8bb1ca25

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