mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
small cleanup
This commit is contained in:
parent
384d8a9c17
commit
a3e89486ad
1 changed files with 1 additions and 3 deletions
|
|
@ -3,7 +3,6 @@ import re
|
|||
import copy
|
||||
import json
|
||||
import platform
|
||||
import getpass
|
||||
import collections
|
||||
import inspect
|
||||
import subprocess
|
||||
|
|
@ -362,7 +361,6 @@ class ApplicationManager:
|
|||
context = ApplicationLaunchContext(
|
||||
app, executable, **data
|
||||
)
|
||||
# TODO pass context through launch hooks
|
||||
return context.launch()
|
||||
|
||||
|
||||
|
|
@ -626,7 +624,7 @@ class ApplicationLaunchContext:
|
|||
|
||||
# Logger
|
||||
logger_name = "{}-{}".format(self.__class__.__name__, self.app_name)
|
||||
self.log = PypeLogger().get_logger(logger_name)
|
||||
self.log = PypeLogger.get_logger(logger_name)
|
||||
|
||||
self.executable = executable
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue