From dad3c0a384336a2685780eb9eac5287e0d325ff7 Mon Sep 17 00:00:00 2001 From: pcain <pcain@usgs.gov> Date: Wed, 25 Aug 2021 15:51:24 -0600 Subject: [PATCH] revert get channels method --- geomagio/TimeseriesUtility.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geomagio/TimeseriesUtility.py b/geomagio/TimeseriesUtility.py index 79cc4826..e0729c21 100644 --- a/geomagio/TimeseriesUtility.py +++ b/geomagio/TimeseriesUtility.py @@ -304,7 +304,7 @@ def get_channels(stream): channel = trace.stats.channel if channel: channels[channel] = True - return [ch for ch in channels] or [] + return [ch for ch in channels] def get_trace_value(traces, time, default=None): -- GitLab