This commit is contained in:
Kayla Man 2023-10-13 22:18:22 +08:00
parent f45c603da2
commit f9dcd4bce6

View file

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