mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
make sure '_log' attribute is available before abc init
This commit is contained in:
parent
c9ac330e2e
commit
1e8cf2a6ea
1 changed files with 2 additions and 2 deletions
|
|
@ -71,9 +71,9 @@ class AbstractTemplateLoader:
|
|||
as placeholders. Depending on current host
|
||||
"""
|
||||
|
||||
def __init__(self, placeholder_class):
|
||||
self._log = None
|
||||
_log = None
|
||||
|
||||
def __init__(self, placeholder_class):
|
||||
self.loaders_by_name = get_loaders_by_name()
|
||||
self.current_asset = legacy_io.Session["AVALON_ASSET"]
|
||||
self.project_name = legacy_io.Session["AVALON_PROJECT"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue