Skip to content

Commit

Permalink
Expand user in default db_dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Nov 27, 2024
1 parent 0fb2d82 commit 84c4753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unassigner/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def main(argv=None):
)
p.add_argument(
"--db_dir",
default="~/.unassigner/",
default=os.path.expanduser("~/.unassigner/"),
help=(
"Directory containing the reference database. If not provided, "
"the default database is used."
Expand Down

0 comments on commit 84c4753

Please sign in to comment.