Skip to content

Commit

Permalink
Merge pull request #141 from namannimmo10/save-all
Browse files Browse the repository at this point in the history
Change `save_all` to `save-all` to make it consistent with other flags
  • Loading branch information
namannimmo10 authored Jun 8, 2023
2 parents 031e296 + 64911e0 commit 0c01293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion httomo/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def check(yaml_config: Path, in_data: Path = None):
help=" The number of the CPU cores per process.",
)
@click.option(
"--save_all",
"--save-all",
is_flag=True,
help="Save intermediate datasets for all tasks in the pipeline.",
)
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def cmd():
"-m",
"httomo",
"run",
"--save_all",
"--save-all",
"--ncore",
"2",
"output_dir/",
Expand Down

0 comments on commit 0c01293

Please sign in to comment.