Skip to content

Commit

Permalink
Use the provided default of an empty tuple
Browse files Browse the repository at this point in the history
This is neccessary to work with the recently released Click version 8
  • Loading branch information
cbenhagen committed May 22, 2021
1 parent f32598c commit 8a39729
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mhl/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
@click.option(
"--single_file",
"-sf",
default=False,
multiple=True,
type=click.Path(exists=True),
help="Record single file, no completeness check (multiple occurrences possible for adding multiple files",
Expand Down Expand Up @@ -451,7 +450,6 @@ def diff_entire_folder_against_full_history_subcommand(root_path, verbose, ignor
@click.option(
"--single_file",
"-sf",
default=False,
multiple=True,
type=click.Path(exists=True),
help="Info for single file",
Expand Down

0 comments on commit 8a39729

Please sign in to comment.