albertas / deadcode

Find and fix unused Python code using command line.
GNU Affero General Public License v3.0
90 stars 4 forks source link

Fix charmap issue #23

Open Bouni opened 2 months ago

Bouni commented 2 months ago

This fix the issue #22 with the encoding on Wndows 11.

albertas commented 1 month ago

Not sure why, but this change have broke pytests with an error:

ValueError: I/O operation on closed file.

I will investigate it and probably merge this change in upcoming several days.