Skip to content
Snippets Groups Projects
Commit b31c6d13 authored by Eddie McWhirter's avatar Eddie McWhirter
Browse files

Fix my oops with no_trim.

parent 48e559ab
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ class Controller(object):
processed = algorithm.process(timeseries)
# trim if --no-trim is not set
if not options.no_trim:
processed.no_trim(starttime=options.starttime,
processed.trim(starttime=options.starttime,
endtime=options.endtime)
if options.rename_output_channel:
processed = self._rename_channels(
......
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