Skip to content

open() adds newlines to each row in a csv while storing data (Windows only) #2

@SubsTheTechnomancer

Description

@SubsTheTechnomancer

The command open() adds additional newlines which when paired with csv.DictWriter functions causes blank rows to appear in csv files. This is potentially problematic because even though this can be fixed with newline='', it may break Linux builds. Needs further investigation.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions