mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fix roots usage
This commit is contained in:
parent
37d70cfbce
commit
5724b36407
1 changed files with 1 additions and 1 deletions
|
|
@ -627,7 +627,7 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
|||
staging_dir = repre.get("stagingDir")
|
||||
if staging_dir:
|
||||
success, rootless_staging_dir = (
|
||||
anatomy.roots.find_root_template_from_path(staging_dir)
|
||||
anatomy.roots_obj.find_root_template_from_path(staging_dir)
|
||||
)
|
||||
if success:
|
||||
repre["stagingDir"] = rootless_staging_dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue