dupontgu / t9-macropad-circuitpython

CircuitPython 'app' to turn a 12-key macropad into a T9 "predictive text" keyboard.
Apache License 2.0
49 stars 8 forks source link

IOError -> OSError #9

Closed dhalbert closed 1 month ago

dhalbert commented 1 month ago

There is no IOError in CircuitPython; I think you mean OSError. This came up because a user did not have a priority_words.txt file.

(Encountered this while helping a user in the Adafruit discord server.)

dupontgu commented 1 month ago

https://github.com/dupontgu/t9-macropad-circuitpython/tree/guy/v2