Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding encoding details #134

Closed
wants to merge 2 commits into from

Conversation

edmoss345
Copy link
Contributor

Had a few problems running the code due to my default system settings, adding encoding detail in a few places to avoid problems

@@ -70,7 +70,7 @@ def flows_to_sheets(
:param numbered: Use sequential numbers instead of short reps for row IDs.
:returns: None.
"""
with open(input_file, "r") as f:
with open(input_file, "r",encoding='utf-8') as f:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style: space after comma.

@geoo89
Copy link
Contributor

geoo89 commented Jun 21, 2024

#136 expanded on this and fixed another Windows-specific bug.

@geoo89 geoo89 closed this Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants