mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fixed typo 2
This commit is contained in:
parent
1983150f16
commit
b601c20a5c
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
self.log.warning((
|
||||
"Could not find root path for remapping \"{}\"."
|
||||
" This may cause issues on farm."
|
||||
).format(output_dirt))
|
||||
).format(output_dir))
|
||||
rootless_path = output_dir
|
||||
else:
|
||||
# If root was found then use `mount` root for `output_dir`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue