Skip to content

Commit

Permalink
BUG: fixed class
Browse files Browse the repository at this point in the history
Fixed the datetime class reference.
  • Loading branch information
aburrell committed Sep 3, 2024
1 parent 69f5ed0 commit bd5980e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysatMadrigal/instruments/methods/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ def download(date_array, inst_code=None, kindat=None, data_path=None,
def get_remote_filenames(inst_code=None, kindat='', user=None, password=None,
web_data=None, url="http://cedar.openmadrigal.org",
start=dt.datetime(1900, 1, 1),
stop=dt.datetime.now(tz=dt.datetime.utc),
stop=dt.datetime.now(tz=dt.timezone.utc),
date_array=None):
"""Retrieve the remote filenames for a specified Madrigal experiment.
Expand Down

0 comments on commit bd5980e

Please sign in to comment.