mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +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"])
|
||||
|
||||
if current_range != required_range:
|
||||
raise PublishValidationError(f"Invalid frame range: {current_range} - "
|
||||
f"expected: {required_range}")
|
||||
raise PublishValidationError(
|
||||
f"Invalid frame range: {current_range} - "
|
||||
f"expected: {required_range}")
|
||||
|
||||
missing = collection.holes().indexes
|
||||
if missing:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue