Skip to content

Commit

Permalink
Merge pull request #42 from scottstanie/scottstanie-patch-1
Browse files Browse the repository at this point in the history
download.py: fix typo in default arg for `save_dir`
  • Loading branch information
scottstanie authored Sep 20, 2023
2 parents 2a52c18 + 0ca347c commit 375324f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eof/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def find_scenes_to_download(search_path="./", save_dir="./"):

def main(
search_path=".",
save_dir=",",
save_dir=".",
sentinel_file=None,
mission=None,
date=None,
Expand Down

0 comments on commit 375324f

Please sign in to comment.