Skip to content

Commit

Permalink
drakcore: don't display broken analyses in the web UI (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
icedevml authored Oct 14, 2020
1 parent fe2871a commit 3e30ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drakcore/drakcore/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def route_list():
tmp = minio.get_object("drakrun", os.path.join(obj.object_name, "metadata.json"))
meta = json.loads(tmp.read())
except NoSuchKey:
meta = {}
continue

analyses.append({"id": obj.object_name.strip('/'), "meta": meta})

Expand Down

0 comments on commit 3e30ae4

Please sign in to comment.