From a7dcf81defee3807398d2b1d54cba79041a4b4ed Mon Sep 17 00:00:00 2001
From: rink <rink@ssec.wisc.edu>
Date: Tue, 29 Sep 2020 11:05:45 -0500
Subject: [PATCH] minor

---
 modules/aeolus/aeolus_amv.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index 8ae6c894..34e80d6c 100644
--- a/modules/aeolus/aeolus_amv.py
+++ b/modules/aeolus/aeolus_amv.py
@@ -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)
         ts = dto.timestamp()
         ftimes.append(ts)
-        time_dct[ts] = fname
+        time_dct[ts] = pathname
 
     sorted_filenames = []
     ftimes.sort()
-- 
GitLab