Skip to content

Commit 176f17a

Browse files
committed
Moved cut end calculation into function
1 parent 2f519d5 commit 176f17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mslice/scripting/helperfunctions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def add_cut_lines_with_width(errorbars, script_lines, cuts, intensity_correction
252252
f"IntensityCorrection={intensity_correction_arg}, SampleTemperature={cut.raw_sample_temp})\n"
253253
)
254254
return_ws_vars.append(cut_ws)
255-
255+
256256
plot_over = False if index == 0 else True
257257
if intensity_range != (None, None):
258258
script_lines.append(

0 commit comments

Comments
 (0)