fixing path slashes

This commit is contained in:
Jakub Jezek 2023-05-05 17:42:38 +02:00
parent d637fed33d
commit c73772919a
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

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