mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
cosmetic fix
This commit is contained in:
parent
c544473723
commit
d4422d7ec5
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ class ValidateFrameRange(pyblish.api.InstancePlugin,
|
|||
inst_frame_start = int(instance.data.get("frameStart"))
|
||||
inst_frame_end = int(instance.data.get("frameEnd"))
|
||||
|
||||
|
||||
if frame_start != inst_frame_start:
|
||||
raise PublishValidationError(
|
||||
"startFrame on instance does not match"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue