mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
OP-4504 - Hound
This commit is contained in:
parent
3cf3fd65b1
commit
d9a7d5cb80
2 changed files with 4 additions and 5 deletions
|
|
@ -9,7 +9,6 @@ Provides:
|
|||
"""
|
||||
|
||||
import os
|
||||
import copy
|
||||
|
||||
import pyblish.api
|
||||
|
||||
|
|
|
|||
|
|
@ -35,10 +35,10 @@ class ValidatePublishDir(pyblish.api.InstancePlugin):
|
|||
|
||||
original_dirname = instance.data.get("originalDirname")
|
||||
if not original_dirname:
|
||||
raise KnownPublishError("Instance meant for in place publishing."
|
||||
" Its 'originalDirname' must be collected."
|
||||
" Contact OP developer to modify collector"
|
||||
)
|
||||
raise KnownPublishError(
|
||||
"Instance meant for in place publishing."
|
||||
" Its 'originalDirname' must be collected."
|
||||
" Contact OP developer to modify collector.")
|
||||
|
||||
anatomy = instance.context.data["anatomy"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue