mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
use project_name attribute
This commit is contained in:
parent
4e81bd27a7
commit
bde50a3629
1 changed files with 1 additions and 2 deletions
|
|
@ -843,9 +843,8 @@ class CreateContext:
|
|||
self.plugins_with_defs = plugins_with_defs
|
||||
|
||||
# Prepare settings
|
||||
project_name = self.dbcon.Session["AVALON_PROJECT"]
|
||||
system_settings = get_system_settings()
|
||||
project_settings = get_project_settings(project_name)
|
||||
project_settings = get_project_settings(self.project_name)
|
||||
|
||||
# Discover and prepare creators
|
||||
creators = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue