Skip to content

Strange characters in verbose output. #10623

Answered by antonblr
buhtz asked this question in Q&A
Discussion options

You must be logged in to vote

@buhtz - these � (REPLACEMENT CHARACTER used to replace an unknown, unrecognized, or unrepresentable character) are coming from the underlying https://github.com/python-pillow/Pillow library.

Somewhere down this line
https://codeberg.org/buhtz/buhtzology/src/commit/691c07c7272cd5889e943bfccc0797b1110ac5f0/tests/test_report.py#L26

img.save(pathlib.Path('img.bmp'))

Changing the file name to e.g. img.png eliminates the problem. Perhaps ask in python-pillow/Pillow.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by buhtz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants