mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix: Template path wrong normpath for cross platform
This commit is contained in:
parent
7c16c15ecb
commit
89c5fdfb27
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ def get_representation_path_with_anatomy(repre_doc, anatomy):
|
|||
"""
|
||||
|
||||
try:
|
||||
template = repre_doc["data"]["template"]
|
||||
template = repre_doc["data"]["template"].replace("\\", "/")
|
||||
|
||||
except KeyError:
|
||||
raise InvalidRepresentationContext((
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue