mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #1027 from BigRoy/bugfix/delivery_python_api_backwards_compatibility_fix
Loader: Delivery - fix backwards compatibility with older AYON python api
This commit is contained in:
commit
bdc3c004e2
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ def get_representations_delivery_template_data(
|
|||
# convert representation entity. Fixed in 'ayon_api' 1.0.10.
|
||||
if isinstance(template_data, str):
|
||||
con = ayon_api.get_server_api_connection()
|
||||
repre_entity = con._representation_conversion(repre_entity)
|
||||
con._representation_conversion(repre_entity)
|
||||
template_data = repre_entity["context"]
|
||||
|
||||
template_data.update(copy.deepcopy(general_template_data))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue