Skip to content

Commit

Permalink
Expand user on output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
wljungbergh committed Sep 22, 2023
1 parent c8101cd commit e3a69fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zod/cli/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def download(
"""Download the Zenseact Open Dataset."""
download_settings = DownloadSettings(
url=url,
output_dir=output_dir,
output_dir=os.path.expanduser(output_dir),
rm=rm,
dry_run=dry_run,
extract=extract,
Expand Down

0 comments on commit e3a69fe

Please sign in to comment.