mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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 openpype.api
|
||||
from openpype import lib
|
||||
from openpype.pipeline import (
|
||||
PublishXmlValidationError,
|
||||
OptionalPyblishPluginMixin
|
||||
|
|
@ -48,7 +47,7 @@ class ValidateFrameRange(OptionalPyblishPluginMixin,
|
|||
if not repres:
|
||||
self.log.info("No representations, skipping.")
|
||||
return
|
||||
|
||||
|
||||
first_repre = repres[0]
|
||||
ext = first_repre['ext'].replace(".", '')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue