Skip to content

Commit

Permalink
Merge pull request #71 from moosetechnology/fix/remove-sep
Browse files Browse the repository at this point in the history
removing =sep from csv export
  • Loading branch information
alkalinan authored Sep 26, 2024
2 parents 45f5fea + afb64c6 commit dbd1602
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/GitLabHealth-Model-Analysis/GitMetricExporter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ GitMetricExporter >> exportProjectAnalysesInCSV [

file := self constructFilePath: groupOver.
file writeStreamDo: [ :aStream |
aStream
<< 'sep=,';
<< OSPlatform current lineEnding.
exportBrowserModel writeCSVOn: aStream ] ]
]

Expand Down Expand Up @@ -296,9 +293,6 @@ GitMetricExporter >> exportUserAnalysesInCSV [
file := self constructFilePath: groupOver.

file writeStreamDo: [ :aStream |
aStream
<< 'sep=,';
<< OSPlatform current lineEnding.
exportBrowserModel writeCSVOn: aStream ] ]
]

Expand Down

0 comments on commit dbd1602

Please sign in to comment.