Micro issue from previous app list system rework

This commit is contained in:
Alexandre Aubin 2020-03-05 18:15:55 +01:00 committed by GitHub
parent 746d046250
commit 200ff2de31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2754,7 +2754,7 @@ def unstable_apps():
output = []
for infos in app_list(full=True):
for infos in app_list(full=True)["apps"]:
if not infos.get("from_catalog") or infos.get("from_catalog").get("state") in ["inprogress", "notworking"]:
output.append(infos["id"])