remove space between version and dot

This commit is contained in:
Jakub Trllo 2024-10-29 11:31:00 +01:00
parent 90a9ffa475
commit 30a3aeaa86

View file

@ -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)