Skip to content

Commit

Permalink
fix empty eop file name
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneDu-GA committed Dec 10, 2024
1 parent ac2305d commit ce69f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnssanalysis/gn_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ def download_iau2000_file(
if not check_whether_to_download(
filename=download_filename, download_dir=download_dir, if_file_present=if_file_present
):
return None
return download_dir / download_filename

# Attempt download from the CDDIS website first, if that fails try IERS
# Eugene: should try IERS first and then CDDIS?
Expand Down

0 comments on commit ce69f1f

Please sign in to comment.