mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
small tweaks in usage of Logger
This commit is contained in:
parent
c352ae5bcc
commit
08efc477ca
19 changed files with 52 additions and 47 deletions
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
"""
|
||||
|
||||
from openpype.api import Logger
|
||||
from openpype.lib import Logger
|
||||
from openpype.pipeline import load
|
||||
|
||||
log = Logger().get_logger(__name__)
|
||||
log = Logger.get_logger(__name__)
|
||||
|
||||
|
||||
class SetFrameRangeLoader(load.LoaderPlugin):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue