mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
remove space between version and dot
This commit is contained in:
parent
90a9ffa475
commit
30a3aeaa86
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ def get_representations_delivery_template_data(
|
|||
|
||||
template_data = repre_entity["context"]
|
||||
# Bug in 'ayon_api', 'get_representations_hierarchy' did not fully
|
||||
# convert representation entity. Fixed in 'ayon_api' 1.0.10 .
|
||||
# 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue