mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Remove duplicated information in docstring, simplify readability.
This commit is contained in:
parent
39fde42c40
commit
ef179da1f2
1 changed files with 1 additions and 7 deletions
|
|
@ -3,13 +3,7 @@ import colorbleed.api
|
|||
|
||||
|
||||
class ValidateIntermediateDirectoriesChecked(pyblish.api.InstancePlugin):
|
||||
"""Validate if node attribute Create intermediate Directories is turned on
|
||||
|
||||
Rules:
|
||||
* The node must have Create intermediate Directories turned on to
|
||||
ensure the output file will be created
|
||||
|
||||
"""
|
||||
"""Validate Create Intermediate Directories is enabled on ROP node."""
|
||||
|
||||
order = colorbleed.api.ValidateContentsOrder
|
||||
families = ['colorbleed.pointcache']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue