better fill of module name

This commit is contained in:
Jakub Trllo 2022-08-22 18:12:06 +02:00
parent e7000f0108
commit f9c49fcaef

View file

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