mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
replace backslashes with forwardslashed in nukestudio
This commit is contained in:
parent
2c854faadf
commit
c34664a370
1 changed files with 2 additions and 2 deletions
|
|
@ -38,9 +38,9 @@ def sync_avalon_data_to_workfile():
|
|||
anatomy = Anatomy(project_name)
|
||||
work_template = anatomy.templates["work"]["path"]
|
||||
work_root = anatomy.root_value_for_template(work_template)
|
||||
active_project_root = os.path.normpath(
|
||||
active_project_root = (
|
||||
os.path.join(work_root, project_name)
|
||||
)
|
||||
).replace("\\", "/")
|
||||
# getting project
|
||||
project = hiero.core.projects()[-1]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue