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 UnicodeEncodeError exception handling (#160) #163

Merged
merged 4 commits into from
Jun 3, 2024

Conversation

marczuo
Copy link
Contributor

@marczuo marczuo commented May 7, 2024

When build_cache() encounters a UnicodeEncodeError, the original code did not escape unprintable chars and caused the cache build to fail. This patch fixes the code so that the culprit is correctly printed in debug mode.

Fixes issue #160.

Marc Zuo added 4 commits May 7, 2024 18:26
When build_cache() encounters a UnicodeEncodeError, the original code
did not escape unprintable chars and caused the cache build to fail.
This patch fixes the code so that the culprit is correctly printed in
debug mode.
@MarkHedleyJones MarkHedleyJones merged commit 72e56f5 into MarkHedleyJones:main Jun 3, 2024
1 check passed
@MarkHedleyJones
Copy link
Owner

You're awesome, thanks for updating your branch. 🙇🏽

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