Skip to content

Commit af66c0b

Browse files
committed
fix #36 - whitespace error breaking chopping
1 parent 9b2414c commit af66c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypop/trace/prvtrace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def _analyze_tracefile(trace, chop_to_roi, outpath, chop_fail_is_error):
154154
outfile = path_join(outpath, tgtname)
155155
else:
156156
outfile = None
157-
cut_trace = chop_prv_to_roi(trace, outfile)
157+
cut_trace = chop_prv_to_roi(trace, outfile)
158158
else:
159159
cut_trace = trace
160160
except ExtraePRVNoOnOffEventsError as err:

0 commit comments

Comments
 (0)