Skip to content

Commit 8d1320e

Browse files
committed
- fixed base directory
1 parent e1f14b6 commit 8d1320e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cssrlib/ewss.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def load_msg(self, file):
176176
s[key] = v[1].strip()
177177
return s
178178

179-
def __init__(self, bdir='../data/ews/', year=0):
179+
def __init__(self, bdir='../data/ewss/', year=0):
180180
self.msg_path = bdir
181181
self.monlevel = 0
182182
self.year = year
@@ -726,7 +726,7 @@ def decode(self, msg, i):
726726
class camfDec(ewsDec):
727727
""" Common Alert Message Format (CAMF) Decoder class """
728728

729-
def __init__(self, bdir='../data/ews/camf/', year=0):
729+
def __init__(self, bdir='../data/ewss/camf/', year=0):
730730
super().__init__(bdir=bdir, year=year)
731731
self.bdir = bdir
732732

0 commit comments

Comments
 (0)