mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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):
|
||||
"""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
|
||||
|
||||
host = registered_host()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue