Fix docstring

This commit is contained in:
Roy Nieterau 2023-09-04 17:24:22 +02:00
parent 7b62a204a3
commit 7a2cc22e6d

View file

@ -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"