change label access in report

This commit is contained in:
Jakub Trllo 2022-08-17 18:06:05 +02:00
parent fe278d7135
commit 55bf1bea91

View file

@ -79,7 +79,7 @@ class PublishReport:
context_data = data["context"]
context_data["name"] = "context"
context_data["label"] = context_data["label"] or "Context"
context_data["label"] = context_data.get("label") or "Context"
logs = []
plugins_items_by_id = {}