Skip to content

Commit d8ed3aa

Browse files
committed
Remove unnecessary lines
1 parent fc0f9b2 commit d8ed3aa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

hooks/tk-desktop_actions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ def _launch_publisher(self, action_name: str, sg_publish_data: dict) -> None:
298298
# Existing flowam asset revision - target identified by am_revision_id only, no FPT context needed.
299299
publisher_app.import_module("tk_multi_publish2").show_dialog(
300300
publisher_app,
301-
context=None,
302301
root_item_properties={"am_revision_id": revision_id},
303302
single_file_mode=single_file_mode,
304303
)
@@ -307,7 +306,6 @@ def _launch_publisher(self, action_name: str, sg_publish_data: dict) -> None:
307306
publisher_app.import_module("tk_multi_publish2").show_dialog(
308307
publisher_app,
309308
context=entity_ctx,
310-
root_item_properties=None,
311309
single_file_mode=single_file_mode,
312310
)
313311
break

0 commit comments

Comments
 (0)