Skip to content

Commit

Permalink
Update dandi/cli/cmd_organize.py
Browse files Browse the repository at this point in the history
Co-authored-by: Yaroslav Halchenko <[email protected]>
  • Loading branch information
CodyCBakerPhD and yarikoptic authored Nov 1, 2023
1 parent d6fbe67 commit 806622d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dandi/cli/cmd_organize.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,7 @@
),
)
@click.argument("paths", nargs=-1, type=click.Path(exists=True))
@click.option(
"--number-of-jobs",
"number_of_jobs",
type=int,
default=None,
help="The number of jobs to use during organization.",
)
@click.option("-J", "--jobs", type=int, help="Number of jobs during organization")
@devel_debug_option()
@map_to_click_exceptions
def organize(
Expand Down

0 comments on commit 806622d

Please sign in to comment.