Skip to content

Commit

Permalink
Similar Titles: Use semicolon as delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhardt committed May 3, 2024
1 parent 0afa843 commit b266e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/euphorie/content/browser/similar_titles_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def write_data(self, data, writer):

def __call__(self):
buffer = StringIO()
writer = csv.writer(buffer)
writer = csv.writer(buffer, delimiter=";")

self.write_data(self.solutions_by_risk(), writer)

Expand Down

0 comments on commit b266e7c

Please sign in to comment.