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

Made logger convert output to utf-8 including errors #1087

Merged
merged 1 commit into from
Aug 13, 2017

Conversation

inclement
Copy link
Member

This prevents a regular error in the python2 build where the output is in byte format but is not valid utf-8, so the logger crashes in python3 because the output is assumed to be a str.

This prevents a regular error in the python2 build where the output is
in byte format but is not valid utf-8, so the logger crashes because
the format is wrong.
@inclement inclement merged commit 86b8280 into kivy:master Aug 13, 2017
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