mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Fix docstring
This commit is contained in:
parent
7b62a204a3
commit
7a2cc22e6d
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ def get_tool_resolution(tool, frame):
|
|||
class ValidateSaverResolution(
|
||||
pyblish.api.InstancePlugin, OptionalPyblishPluginMixin
|
||||
):
|
||||
"""Validate that the saver input resolution matches the projects"""
|
||||
"""Validate that the saver input resolution matches the asset resolution"""
|
||||
|
||||
order = pyblish.api.ValidatorOrder
|
||||
label = "Validate Saver Resolution"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue