mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix(celaction): support for space in folder or file name
This commit is contained in:
parent
19dadf5b0b
commit
91786b5206
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class CelactionPrelaunchHook(PypeHook):
|
|||
f"--project {project}",
|
||||
f"--asset {asset}",
|
||||
f"--task {task}",
|
||||
"--currentFile \"*SCENE*\"",
|
||||
"--currentFile \\\"\"*SCENE*\"\\\"",
|
||||
"--chunk *CHUNK*",
|
||||
"--frameStart *START*",
|
||||
"--frameEnd *END*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue