diff --git a/client/ayon_core/pipeline/delivery.py b/client/ayon_core/pipeline/delivery.py index 05b78dc05b..366c261e08 100644 --- a/client/ayon_core/pipeline/delivery.py +++ b/client/ayon_core/pipeline/delivery.py @@ -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