mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
resolve hound
This commit is contained in:
parent
2f5494cc76
commit
53a626e9ac
2 changed files with 4 additions and 2 deletions
|
|
@ -261,7 +261,9 @@ class HostToolsHelper:
|
|||
dialog.activateWindow()
|
||||
dialog.showNormal()
|
||||
|
||||
def get_publisher_tool(self, parent=None, controller=None, reset_on_show=None):
|
||||
def get_publisher_tool(
|
||||
self, parent=None, controller=None, reset_on_show=None
|
||||
):
|
||||
"""Create, cache and return publisher window."""
|
||||
|
||||
if self._publisher_tool is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue