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

Issue #49 - Crashes due to not specified encoding when working with pyproject.toml file #50

Merged
merged 1 commit into from
May 20, 2021

Conversation

rhorenov
Copy link

Fix for the pyproject.toml encoding issue.

I've pretty much added the encoding parameter to all calls to pathlib.read_text() and pathlib.write_text().

@rhorenov rhorenov changed the title Issue 49 Issue 49 - Crashes due to not specified encoding when working with pyproject.toml file May 18, 2021
@mtkennerly mtkennerly added the bug Something isn't working label May 20, 2021
Copy link
Owner

@mtkennerly mtkennerly left a comment

Choose a reason for hiding this comment

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

Thanks for the report and fix :D

(link: #49)

@mtkennerly mtkennerly added this to the v0.12.7 milestone May 20, 2021
@mtkennerly mtkennerly merged commit e5b104a into mtkennerly:master May 20, 2021
@mtkennerly mtkennerly changed the title Issue 49 - Crashes due to not specified encoding when working with pyproject.toml file Issue #49 - Crashes due to not specified encoding when working with pyproject.toml file May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants