mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
use self.dbcon.Session instead of avalon.api.Session
This commit is contained in:
parent
ffe752e8a3
commit
b51556f056
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class PublisherController:
|
|||
publish_plugins = pyblish.api.discover()
|
||||
self.publish_plugins = publish_plugins
|
||||
|
||||
project_name = avalon.api.Session["AVALON_PROJECT"]
|
||||
project_name = self.dbcon.Session["AVALON_PROJECT"]
|
||||
system_settings = get_system_settings()
|
||||
project_settings = get_project_settings(project_name)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue