Skip to content
Snippets Groups Projects
Commit a7dcf81d authored by rink's avatar rink
Browse files

minor

parent 9c8c8929
No related branches found
No related tags found
No related merge requests found
...@@ -204,7 +204,7 @@ def get_aeolus_time_dict_s(files_path, lon360=False, do_sort=True): ...@@ -204,7 +204,7 @@ def get_aeolus_time_dict_s(files_path, lon360=False, do_sort=True):
dto = datetime.datetime.strptime(dstr, '%Y-%m-%d').replace(tzinfo=timezone.utc) dto = datetime.datetime.strptime(dstr, '%Y-%m-%d').replace(tzinfo=timezone.utc)
ts = dto.timestamp() ts = dto.timestamp()
ftimes.append(ts) ftimes.append(ts)
time_dct[ts] = fname time_dct[ts] = pathname
sorted_filenames = [] sorted_filenames = []
ftimes.sort() ftimes.sort()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment