♻️ escape rootless path

This commit is contained in:
Ondrej Samohel 2023-04-27 11:26:57 +02:00
parent dc527e3c5e
commit 557cbb72ce
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -275,7 +275,7 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
args = [
"--headless",
'publish',
rootless_metadata_path,
'"{}"'.format(rootless_metadata_path),
"--targets", "deadline",
"--targets", "farm"
]