Fix a bug introduced with antifeatures
This commit is contained in:
@ -323,7 +323,7 @@ def build_app_dict(app, infos):
|
|||||||
"subtags": infos.get("subtags", []),
|
"subtags": infos.get("subtags", []),
|
||||||
"potential_alternative_to": infos.get("potential_alternative_to", []),
|
"potential_alternative_to": infos.get("potential_alternative_to", []),
|
||||||
"antifeatures": list(
|
"antifeatures": list(
|
||||||
set(manifest.get("antifeatures", []) + infos.get("antifeatures", []))
|
set(list(manifest.get("antifeatures", {}).keys()) + infos.get("antifeatures", []))
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user