Skip to content

Commit

Permalink
fix: remove empty line in result.csv.
Browse files Browse the repository at this point in the history
  • Loading branch information
takohei committed May 5, 2024
1 parent 5822a7b commit 2d6b617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gtfs_go_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ def execution(self):
mode="w",
encoding="utf-8",
errors="ignore",
newline='',
) as f:
writer = csv.DictWriter(f, fieldnames=stop_relations[0].keys())
writer.writeheader()
Expand Down

0 comments on commit 2d6b617

Please sign in to comment.