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

Fix toml decoding error #56

Merged
merged 4 commits into from
Sep 20, 2022
Merged

Fix toml decoding error #56

merged 4 commits into from
Sep 20, 2022

Conversation

davidfokkema
Copy link
Owner

Paths on Windows with elements starting with an x caused crashes when decoding them. Turns out it was a bug in the toml library when encoding strings containing \x, as in c:\users\xantippe. See uiri/toml#404. Fixed by moving to the tomli library which will be a part of the standard library starting with version 3.11.

@davidfokkema davidfokkema added the bug Something isn't working label Sep 20, 2022
@davidfokkema davidfokkema merged commit 12c743d into main Sep 20, 2022
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.

1 participant