mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Better error reports.
This commit is contained in:
parent
db0a3554b6
commit
d33aa1cc7d
1 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ class ValidateFrameRange(pyblish.api.InstancePlugin):
|
|||
return
|
||||
if (inst_start != frame_start_handle):
|
||||
errors.append("Instance start frame [ {} ] doesn't "
|
||||
"match the one set on instance [ {} ]: "
|
||||
"match the one set on asset [ {} ]: "
|
||||
"{}/{}/{}/{} (handle/start/end/handle)".format(
|
||||
inst_start,
|
||||
frame_start_handle,
|
||||
|
|
@ -84,7 +84,7 @@ class ValidateFrameRange(pyblish.api.InstancePlugin):
|
|||
|
||||
if (inst_end != frame_end_handle):
|
||||
errors.append("Instance end frame [ {} ] doesn't "
|
||||
"match the one set on instance [ {} ]: "
|
||||
"match the one set on asset [ {} ]: "
|
||||
"{}/{}/{}/{} (handle/start/end/handle)".format(
|
||||
inst_end,
|
||||
frame_end_handle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue