Skip to content

Commit

Permalink
chore(rpextractsink): change cache-dir default value
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Mar 17, 2023
1 parent 929e5b8 commit 72eb417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rptools/rpextractsink/Args.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def add_arguments(parser: ArgumentParser) -> ArgumentParser:
)
parser.add_argument(
'--cache-dir',
default=None,
default='',
help=('Path to the cache directory. If not specified, '
'None is passed to rrCache.')
'empty string is passed to rrCache.')
)
return parser

0 comments on commit 72eb417

Please sign in to comment.