Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Jakub Trllo 2024-10-30 14:30:21 +01:00 committed by GitHub
parent d2c7f1db2d
commit f8d0f2ac36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -410,7 +410,7 @@ def get_representations_delivery_template_data(
})
_merge_data(template_data, repre_entity["context"])
# Remove roots from temlate data to auto-fill them with anatomy data
# Remove roots from template data to auto-fill them with anatomy data
template_data.pop("root")
output[repre_id] = template_data