timothycrosley / deprecated.frosted

A simple program which checks Python source files for errors.
MIT License
250 stars 23 forks source link

catches an unexpected unicode error and report it #61

Closed MirkoDziadzka closed 2 years ago

MirkoDziadzka commented 7 years ago

This fixes #53 for me.

While it does not fix the root cause, it fixes the exception in frosted and reports the name of the offending file.