mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Hound fixes
This commit is contained in:
parent
ca07d56255
commit
19b58d8095
1 changed files with 3 additions and 2 deletions
|
|
@ -68,8 +68,9 @@ class ValidateSequenceFrames(pyblish.api.InstancePlugin):
|
||||||
data["clipOut"])
|
data["clipOut"])
|
||||||
|
|
||||||
if current_range != required_range:
|
if current_range != required_range:
|
||||||
raise PublishValidationError(f"Invalid frame range: {current_range} - "
|
raise PublishValidationError(
|
||||||
f"expected: {required_range}")
|
f"Invalid frame range: {current_range} - "
|
||||||
|
f"expected: {required_range}")
|
||||||
|
|
||||||
missing = collection.holes().indexes
|
missing = collection.holes().indexes
|
||||||
if missing:
|
if missing:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue