Skip to content

Encoding errors when loading files #14

@Matrix20085

Description

@Matrix20085

Replace line 21:
with open(filename, mode="r") as csv_file:
with open(filename, mode="r", encoding="utf-8") as csv_file:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions