Skip to content

Commit

Permalink
Fix empty return
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneDu-GA committed Sep 27, 2024
1 parent 683260c commit 14dba0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnssanalysis/gn_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,8 @@ def download_product_from_cddis(
count += 1
remain = end_epoch - reference_start

return download_filepaths


def download_iau2000_file(download_dir: _Path, start_epoch: _datetime, if_file_present: str = "prompt_user"):
"""
Expand Down

0 comments on commit 14dba0e

Please sign in to comment.