mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
pass create context after settings
This commit is contained in:
parent
3771a5a0b4
commit
0665e5b759
2 changed files with 2 additions and 2 deletions
|
|
@ -873,9 +873,9 @@ class CreateContext:
|
|||
continue
|
||||
|
||||
creator = creator_class(
|
||||
self,
|
||||
system_settings,
|
||||
project_settings,
|
||||
self,
|
||||
self.headless
|
||||
)
|
||||
creators[creator_identifier] = creator
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ class BaseCreator:
|
|||
host_name = None
|
||||
|
||||
def __init__(
|
||||
self, create_context, system_settings, project_settings, headless=False
|
||||
self, system_settings, project_settings, create_context, headless=False
|
||||
):
|
||||
# Reference to CreateContext
|
||||
self.create_context = create_context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue