mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix method arguments
This commit is contained in:
parent
4f0001c4f3
commit
9bd774593e
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ class HostToolsHelper:
|
|||
pyblish_show = self._discover_pyblish_gui()
|
||||
return pyblish_show(parent)
|
||||
|
||||
def _discover_pyblish_gui():
|
||||
def _discover_pyblish_gui(self):
|
||||
"""Return the most desirable of the currently registered GUIs"""
|
||||
# Prefer last registered
|
||||
guis = list(reversed(pyblish.api.registered_guis()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue