mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound
This commit is contained in:
parent
f45c603da2
commit
f9dcd4bce6
1 changed files with 2 additions and 1 deletions
|
|
@ -58,7 +58,8 @@ class ValidateFrameRange(pyblish.api.InstancePlugin,
|
||||||
if frame_end_handle != inst_frame_end:
|
if frame_end_handle != inst_frame_end:
|
||||||
errors.append(
|
errors.append(
|
||||||
f"End frame ({inst_frame_end}) on instance does not match "
|
f"End frame ({inst_frame_end}) on instance does not match "
|
||||||
f"with the end frame ({frame_end_handle}) from the asset data. ")
|
f"with the end frame ({frame_end_handle}) "
|
||||||
|
"from the asset data. ")
|
||||||
|
|
||||||
if errors:
|
if errors:
|
||||||
errors.append("You can use repair action to fix it.")
|
errors.append("You can use repair action to fix it.")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue