Skip to content

Commit

Permalink
Update nmdc_automation/import_automation/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Thornton <142261515+mbthornton-lbl@users.noreply.github.com>
  • Loading branch information
aclum and mbthornton-lbl authored Oct 8, 2024
1 parent 61fefc9 commit a4bcf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmdc_automation/import_automation/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def object_action(
action: str,
workflow_execution_id: str,
nmdc_suffix: str,
workflow_execution_dir: str = None,
workflow_execution_dir: Union[str, Path] = None,
multiple: bool = False,
) -> str:
"""
Expand Down

0 comments on commit a4bcf7f

Please sign in to comment.