From 2a83428d4e0d0213dadf3d9c6e7a4b1287a51c55 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 9 Mar 2021 17:22:16 -0600
Subject: [PATCH] snapshot...

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

diff --git a/modules/aeolus/datasource.py b/modules/aeolus/datasource.py
index edc6f88d..702c8ad3 100644
--- a/modules/aeolus/datasource.py
+++ b/modules/aeolus/datasource.py
@@ -54,7 +54,7 @@ class Files:
 
 class GOESL1B(Files):
     def __init__(self, files_path, band='14'):
-        super().__init__(files_path, 10, 'OR_ABI-L1b-RadC-M3C'+band+'*.nc')
+        super().__init__(files_path, 10, 'OR_ABI-L1b-RadC-M*C'+band+'*.nc')
 
     def get_datetime(self, pathname):
         filename = os.path.split(pathname)[1]
-- 
GitLab