Skip to content

Commit 266a72d

Browse files
authored
Update error description
1 parent 95c1acc commit 266a72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dimspy/experiment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def interpret_experiment(mzrs):
109109
print "SIM-Stitch experiment - Overlapping m/z windows....."
110110
experiment = "overlapping"
111111
else:
112-
raise IOError("SIM-Stitch cannot be applied; 'filter_scan_events' required or set 'skip_stitching' to False")
112+
raise IOError("SIM-Stitch cannot be applied; 'filter_scan_events' required or set 'skip_stitching' to True")
113113

114114
return experiment
115115

0 commit comments

Comments
 (0)