Skip to content

Commit

Permalink
Dropping spurrious double quote in --resume help
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Feb 20, 2025
1 parent 2e71908 commit ae6ad4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minet/cli/argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ def resolve_typical_arguments(

if resumer is not None:
resumer_arg_help = (
'"Whether to resume from an aborted collection. Need -o to be set.'
"Whether to resume from an aborted collection. Need -o to be set."
)

if resumer_epilog is not None:
Expand Down

0 comments on commit ae6ad4e

Please sign in to comment.