mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
flame: OpenClipSolver inheriting from MediaInfoFile class
This commit is contained in:
parent
4797f58498
commit
bfae95a847
2 changed files with 36 additions and 130 deletions
|
|
@ -766,8 +766,8 @@ class MediaInfoFile:
|
|||
def __init__(self, path, **kwargs):
|
||||
|
||||
# replace log if any
|
||||
if kwargs.get("log"):
|
||||
self.log = kwargs["log"]
|
||||
if kwargs.get("logger"):
|
||||
self.log = kwargs["logger"]
|
||||
|
||||
# test if `dl_get_media_info` paht exists
|
||||
self._validate_media_script_path()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue