mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
hotfix: path to metadata json was missing slash
This commit is contained in:
parent
4c004d35f0
commit
ae256b25f9
1 changed files with 2 additions and 4 deletions
|
|
@ -193,11 +193,9 @@ class ProcessSubmittedJobOnFarm(pyblish.api.InstancePlugin):
|
||||||
|
|
||||||
metadata_path = os.path.normpath(metadata_path)
|
metadata_path = os.path.normpath(metadata_path)
|
||||||
mount_root = os.path.normpath(os.environ["PYPE_STUDIO_PROJECTS_MOUNT"])
|
mount_root = os.path.normpath(os.environ["PYPE_STUDIO_PROJECTS_MOUNT"])
|
||||||
network_root = os.path.normpath(
|
network_root = os.environ["PYPE_STUDIO_PROJECTS_PATH"]
|
||||||
os.environ["PYPE_STUDIO_PROJECTS_PATH"]
|
|
||||||
)
|
|
||||||
|
|
||||||
metadata_path = metadata_path.replace(mount_root, network_root)
|
metadata_path = metadata_path.replace(mount_root, network_root)
|
||||||
|
metadata_path = os.path.normpath(metadata_path)
|
||||||
|
|
||||||
# Generate the payload for Deadline submission
|
# Generate the payload for Deadline submission
|
||||||
payload = {
|
payload = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue