Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
feature/OP-7692_Folder_Batch_publishing_tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Braden Jennings committed Jan 17, 2024
1 parent b5def4e commit 66f0bdb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions openpype/hosts/batchpublisher/addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ def connect_with_modules(self, enabled_modules):
"""Collect publish paths from other modules."""
return

def run_batchpublisher(self):
name = "traypublisher"
args = get_openpype_execute_args(
"module", name, "launch"
# "module", self.name, "launch"
)
print("ARGS" , args)
run_detached_process(args)
# def run_batchpublisher(self):
# name = "traypublisher"
# args = get_openpype_execute_args(
# "module", name, "launch"
# # "module", self.name, "launch"
# )
# print("ARGS" , args)
# run_detached_process(args)

def cli(self, click_group):
click_group.add_command(cli_main)
Expand Down

0 comments on commit 66f0bdb

Please sign in to comment.