cosmetic fix

This commit is contained in:
Kayla Man 2023-05-02 11:22:10 +08:00
parent f3b1002f26
commit 88e7b3386b

View file

@ -25,7 +25,7 @@ class ValidateFrameRangeType(pyblish.api.InstancePlugin):
if rt.rendTimeType != 3:
raise PublishValidationError("Incorrect type of frame range"
" used in render setting."
"Repair action can help to fix it.")
" Repair action can help to fix it.")
@classmethod
def repair(cls, instance):