Skip to content

Commit

Permalink
Merge pull request #82 from cbenhagen/click8
Browse files Browse the repository at this point in the history
Click 8: Use the provided default of an empty tuple
  • Loading branch information
jwaggs authored Jun 9, 2021
2 parents 464ed96 + 8a39729 commit 679942f
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 679942f

Please sign in to comment.