OneDeadKey / kalamine

Keyboard Layout Maker
MIT License
103 stars 29 forks source link

bugfix: `kalamine watch` #103

Closed fabi1cazenave closed 6 months ago

fabi1cazenave commented 6 months ago

Fixes an old regression caused by the switch from os.path to pathlib here: https://github.com/OneDeadKey/kalamine/commit/3da728f63a9d1b2bcd37919de1076146b25da0b3

And fixes a very recent regression caused by the switch from pathlib to pkgutil in #99.