mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
change label access in report
This commit is contained in:
parent
fe278d7135
commit
55bf1bea91
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue