We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3d46a commit 9f25f4fCopy full SHA for 9f25f4f
flattentool/output.py
@@ -90,6 +90,7 @@ def write_sheet(self, sheet_name, sheet):
90
with open(
91
os.path.join(self.output_name, self.sheet_prefix + sheet_name + ".csv"),
92
"w",
93
+ newline="",
94
encoding="utf-8",
95
) as csv_file:
96
dictwriter = csv.DictWriter(csv_file, sheet_header)
0 commit comments