Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove superfluous parens
  • Loading branch information
sydp authored Oct 29, 2024
commit daef4cfd362492472ba313d7a356476b3a91ac75
2 changes: 1 addition & 1 deletion dfindexeddb/indexeddb/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def App():
'-s', '--source',
required=True,
type=pathlib.Path,
help=('The source file.'))
help='The source file.')
parser_gecko.add_argument(
'-o',
'--output',
Expand Down