Skip to content

Commit

Permalink
make current directory default out_path
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Aug 16, 2024
1 parent a5ff9cb commit 14668db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def download_source(source):
"--out_path",
"-o",
type=click.Path(exists=True),
default="data",
default=".",
help="Output path to cache data (local folder or object storage)",
)
@verbose_opt
Expand Down

0 comments on commit 14668db

Please sign in to comment.