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 a4bcf7f commit d83feb6
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 @@ -23,7 +23,7 @@ def object_action(
action (str): The action to perform. Possible values are 'none', 'rename', or 'zip'.
workflow_execution_id (str): The workflow execution subclass ID associated with the object.
nmdc_suffix (str): The NMDC suffix.
workflow_execution_dir (str, optional): The directory where the workflow execution subclass is located. Defaults to None.
workflow_execution_dir (str or Path, optional): The directory where the workflow execution subclass is located. Defaults to None.
multiple (bool, optional): Indicates if multiple files are involved. Defaults to False.
Returns:
Expand Down

0 comments on commit d83feb6

Please sign in to comment.