mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix variable usage
This commit is contained in:
parent
b14ab9f2af
commit
7ad8aa34db
1 changed files with 2 additions and 1 deletions
|
|
@ -273,7 +273,8 @@ class HostToolsHelper:
|
||||||
|
|
||||||
def get_publisher_tool(self, parent):
|
def get_publisher_tool(self, parent):
|
||||||
"""Create, cache and return scene inventory tool window."""
|
"""Create, cache and return scene inventory tool window."""
|
||||||
if self._scene_inventory_tool is None:
|
|
||||||
|
if self._publisher_tool is None:
|
||||||
from openpype.tools.publisher import PublisherWindow
|
from openpype.tools.publisher import PublisherWindow
|
||||||
|
|
||||||
host = registered_host()
|
host = registered_host()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue