mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Hound
This commit is contained in:
parent
247eaf792b
commit
e21338424e
1 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ import re
|
||||||
import pyblish.api
|
import pyblish.api
|
||||||
|
|
||||||
import openpype.api
|
import openpype.api
|
||||||
from openpype import lib
|
|
||||||
from openpype.pipeline import (
|
from openpype.pipeline import (
|
||||||
PublishXmlValidationError,
|
PublishXmlValidationError,
|
||||||
OptionalPyblishPluginMixin
|
OptionalPyblishPluginMixin
|
||||||
|
|
@ -48,7 +47,7 @@ class ValidateFrameRange(OptionalPyblishPluginMixin,
|
||||||
if not repres:
|
if not repres:
|
||||||
self.log.info("No representations, skipping.")
|
self.log.info("No representations, skipping.")
|
||||||
return
|
return
|
||||||
|
|
||||||
first_repre = repres[0]
|
first_repre = repres[0]
|
||||||
ext = first_repre['ext'].replace(".", '')
|
ext = first_repre['ext'].replace(".", '')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue