Hound fixes

This commit is contained in:
Simone Barbieri 2023-10-11 10:24:55 +01:00
parent ca07d56255
commit 19b58d8095

View file

@ -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: