mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Update openpype/hosts/flame/plugins/publish/extract_subset_resources.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
2d1f7b9873
commit
db5d85080a
1 changed files with 1 additions and 3 deletions
|
|
@ -425,9 +425,7 @@ class ExtractSubsetResources(openpype.api.Extractor):
|
|||
Import clip from path
|
||||
"""
|
||||
dir_path = os.path.dirname(path)
|
||||
media_info = MediaInfoFile(path, **{
|
||||
"logger": self.log
|
||||
})
|
||||
media_info = MediaInfoFile(path, logger=self.log)
|
||||
file_pattern = media_info.file_pattern
|
||||
self.log.debug("__ file_pattern: {}".format(file_pattern))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue