Open SevenSpheres opened 2 years ago
When trying to run cleanup.py for #1120 I got UnicodeDecodeError. With this change it worked. The error is probably Windows-specific, since apparently the script was originally trying to use CP1252 encoding.
UnicodeDecodeError
I'm hesitant to merge that in as it will break python2 support (which I still use on some backend servers).
When trying to run cleanup.py for #1120 I got
UnicodeDecodeError
. With this change it worked. The error is probably Windows-specific, since apparently the script was originally trying to use CP1252 encoding.