mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fixing path slashes
This commit is contained in:
parent
d637fed33d
commit
c73772919a
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class CreateSaver(NewCreator):
|
|||
# Subset change detected
|
||||
workdir = os.path.normpath(legacy_io.Session["AVALON_WORKDIR"])
|
||||
formatting_data.update({
|
||||
"workdir": workdir,
|
||||
"workdir": workdir.replace("\\", "/"),
|
||||
"ext": "exr"
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue