list_builder: missing return ends up in disaster (#2395)
This commit is contained in:
parent
3c85bd77ca
commit
6f8bb1ca25
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
|
||||
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(),
|
||||
|
|
Loading…
Reference in a new issue