From dba5d2d0b43d7b392933ec7ad43226f83460a443 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Thu, 15 Jun 2023 14:30:19 -0500 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 0615ef7d..0528e603 100644 --- a/modules/aeolus/datasource.py +++ b/modules/aeolus/datasource.py @@ -86,7 +86,7 @@ class Files: elif fnmatch.fnmatch(files_path, pattern): self.flist.append(files_path) if len(self.flist) == 0: - raise GenericException('no matching files found in: ' + files_path + 'matching: ' + pattern) + raise GenericException('no matching files found in: ' + files_path + ' matching: ' + pattern) self.ftimes = [] self.span_seconds = datetime.timedelta(minutes=file_time_span).seconds -- GitLab