OneDeadKey / kalamine

Keyboard Layout Maker
MIT License
107 stars 29 forks source link

Make sure etree.parse gets a string #79

Closed PatrickMassot closed 9 months ago

PatrickMassot commented 9 months ago

Old versions of lxml (before 4.8.0) cannot take a pathlib.Path object in etree.parse. One could fix a minimal version for lxml but the issue happens only twice and can be fixed by adding five characters.

Fixes #77