Skip to content

Commit adc3417

Browse files
ZSPACE-12467 Replace whitespace with underscore.
1 parent a29ac4c commit adc3417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Writer/MzMlSpectrumWriter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ private List<ChromatogramType> ConstructChromatograms()
10691069
};
10701070

10711071
var chromatogram = TraceToChromatogram(trace[i],
1072-
String.Format("AD#{0}_{1}_{2}", nrI, channelName, i),
1072+
String.Format("AD#{0}_{1}_{2}", nrI, channelName.Replace(" ", "_"), i),
10731073
chroType, intensType);
10741074

10751075
chromatograms.Add(chromatogram);

0 commit comments

Comments
 (0)