resolve hound

This commit is contained in:
Mustafa-Zarkash 2023-09-15 17:04:43 +03:00
parent 2f5494cc76
commit 53a626e9ac
2 changed files with 4 additions and 2 deletions

View file

@ -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: