From 30532d67913c3423320b2b86c21438fa7c51d861 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Fri, 5 Feb 2021 14:10:08 -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 b2b3f64e..783ee7d7 100644
--- a/modules/aeolus/datasource.py
+++ b/modules/aeolus/datasource.py
@@ -52,7 +52,7 @@ class Files:
 
 
 class RAOBfiles(Files):
-    def __init__(selfs, files_path):
+    def __init__(self, files_path):
         super().__init__(files_path, 10, 'raob_soundings*.cdf')
 
     def get_datetime(self, pathname):
-- 
GitLab