mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
minor changes
This commit is contained in:
parent
cc457406a7
commit
8d5ef62c1c
1 changed files with 2 additions and 1 deletions
|
|
@ -107,6 +107,7 @@ def load_modules(force=False):
|
|||
|
||||
log = PypeLogger.get_logger("ModulesLoader")
|
||||
|
||||
# TODO import dynamically from defined paths
|
||||
from . import (
|
||||
avalon_apps,
|
||||
clockify,
|
||||
|
|
@ -175,7 +176,7 @@ class PypeModule:
|
|||
def __init__(self, manager, settings):
|
||||
self.manager = manager
|
||||
|
||||
self.log = PypeLogger().get_logger(self.name)
|
||||
self.log = PypeLogger.get_logger(self.name)
|
||||
|
||||
self.initialize(settings)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue