From f333671865968d0b608ba99146c52102332fbd4d Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 9 Mar 2021 17:06:48 -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 e402d401..edc6f88d 100644
--- a/modules/aeolus/datasource.py
+++ b/modules/aeolus/datasource.py
@@ -12,7 +12,7 @@ class Files:
     def __init__(self, files_path, file_time_span, pattern):
         self.flist = glob.glob(files_path + pattern)
         if len(self.flist) == 0:
-            raise GenericException('no matching files found in: ' + files_path)
+            raise GenericException('no matching files found in: ' + files_path + pattern)
 
         self.ftimes = []
         self.span_seconds = datetime.timedelta(minutes=file_time_span).seconds
-- 
GitLab