Skip to content
Snippets Groups Projects
Commit dad3c0a3 authored by Cain, Payton David's avatar Cain, Payton David
Browse files

revert get channels method

parent 8410e958
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!136return desired channels when no channels are found
...@@ -304,7 +304,7 @@ def get_channels(stream): ...@@ -304,7 +304,7 @@ def get_channels(stream):
channel = trace.stats.channel channel = trace.stats.channel
if channel: if channel:
channels[channel] = True channels[channel] = True
return [ch for ch in channels] or [] return [ch for ch in channels]
def get_trace_value(traces, time, default=None): def get_trace_value(traces, time, default=None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment