mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
enclose paths in double quotes
This commit is contained in:
parent
1afabb00e2
commit
9a7bd4aa60
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ def __main__():
|
|||
args = [
|
||||
os.path.join(pype_root, pype_command),
|
||||
"publish",
|
||||
" ".join(paths)
|
||||
" ".join(['"{}"'.format(p) for p in paths])
|
||||
]
|
||||
|
||||
print("Pype command: {}".format(" ".join(args)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue