mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
initialize log in lib/applications.py
This commit is contained in:
parent
0d84faa80a
commit
021241de97
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ from .python_module_tools import (
|
|||
classes_from_module
|
||||
)
|
||||
|
||||
log = PypeLogger().get_logger(__name__)
|
||||
|
||||
|
||||
class ApplicationNotFound(Exception):
|
||||
"""Application was not found in ApplicationManager by name."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue