mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added PublishXmlValidationError to 'pipeline.publish'
This commit is contained in:
parent
9b0e2c3e8b
commit
c5b9a0bd05
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
from .publish_plugins import (
|
||||
PublishValidationError,
|
||||
PublishXmlValidationError,
|
||||
KnownPublishError,
|
||||
OpenPypePyblishPluginMixin
|
||||
)
|
||||
|
|
@ -14,6 +15,7 @@ from .lib import (
|
|||
|
||||
__all__ = (
|
||||
"PublishValidationError",
|
||||
"PublishXmlValidationError",
|
||||
"KnownPublishError",
|
||||
"OpenPypePyblishPluginMixin",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue