mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
safe pop of root
This commit is contained in:
parent
f8d0f2ac36
commit
e4d0d3dfb9
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ def get_representations_delivery_template_data(
|
|||
_merge_data(template_data, repre_entity["context"])
|
||||
|
||||
# Remove roots from template data to auto-fill them with anatomy data
|
||||
template_data.pop("root")
|
||||
template_data.pop("root", None)
|
||||
|
||||
output[repre_id] = template_data
|
||||
return output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue