mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
cosmetic fix
This commit is contained in:
parent
f3b1002f26
commit
88e7b3386b
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class ValidateFrameRangeType(pyblish.api.InstancePlugin):
|
||||||
if rt.rendTimeType != 3:
|
if rt.rendTimeType != 3:
|
||||||
raise PublishValidationError("Incorrect type of frame range"
|
raise PublishValidationError("Incorrect type of frame range"
|
||||||
" used in render setting."
|
" used in render setting."
|
||||||
"Repair action can help to fix it.")
|
" Repair action can help to fix it.")
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def repair(cls, instance):
|
def repair(cls, instance):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue