Skip to content

Commit

Permalink
fix more command arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsridhar12345 committed Apr 10, 2024
1 parent 0f0162e commit 36ada4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npc_lims/scripts/process_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def parse_args() -> argparse.Namespace:
help="Process name of capsule or pipeline",
)
parser.add_argument(
"--create_data_asset_from_results",
"--create_data_assets_from_results",
type=bool,
default=True,
help="Whether or not to create data assets from results",
Expand Down

0 comments on commit 36ada4f

Please sign in to comment.