Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix UnicodeEncodeError exception handling (#160)
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.
- Loading branch information