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

utf8 cleanup #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

utf8 cleanup #2

wants to merge 1 commit into from

Conversation

jordiaphane
Copy link

removed/replaced non-utf8 chars and added encodeutf8 into re
i couldn't write all the dialogues in the terminal without doing so, w/ python:latest and conda:latest

removed non-utf8 chars and added encode into re
i couldnt write the dialogues in terminal without doing so
Ignores workers in blocked_workers list."""
dialogues = {} # indexed by assignment IDs
for filename in glob("{0}/*.csv".format(directory)):
with open(filename, encoding="utf8") as f:
Copy link
Author

Choose a reason for hiding this comment

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

only change

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.

1 participant