mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix Validate Asset Docs filename and class name
This commit is contained in:
parent
32f6418c4b
commit
f9df89dc0d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import pyblish.api
|
|||
from openpype.pipeline import PublishValidationError
|
||||
|
||||
|
||||
class ValidateContainers(pyblish.api.InstancePlugin):
|
||||
class ValidateAssetDocs(pyblish.api.InstancePlugin):
|
||||
"""Validate existence of asset asset documents on instances.
|
||||
|
||||
Without asset document it is not possible to publish the instance.
|
||||
Loading…
Add table
Add a link
Reference in a new issue