mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
better fill of module name
This commit is contained in:
parent
e7000f0108
commit
f9c49fcaef
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class TrayPublishModule(OpenPypeModule, IHostModule, ITrayAction):
|
|||
|
||||
def run_traypublisher(self):
|
||||
args = get_openpype_execute_args(
|
||||
"module", "traypublish_tool", "launch"
|
||||
"module", self.name, "launch"
|
||||
)
|
||||
run_detached_process(args)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue