Skip to content

Commit c33452f

Browse files
EliEli
authored andcommitted
Fix logging typo that causes crash.
1 parent 22cf171 commit c33452f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dms_datastore/usgs_multi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def process_multivariate_usgs(fpath, pat=None, rescan=True):
260260
original_header = read_yaml_header(fn)
261261

262262
ts = read_ts(fn)
263-
logger.degug(
263+
logger.debug(
264264
f"Number of sublocation metadata entries for {station_id} {param} = {len(subdf)}"
265265
)
266266
vertical_non = [0, 0] # for counting how many subloc are vertical or not

0 commit comments

Comments
 (0)