BlackFoundryCom / robo-cjk

RoboFont extension for CJK font development
GNU General Public License v3.0
15 stars 5 forks source link

Remove support for old-old rcjk lib format #36

Closed justvanrossum closed 1 year ago

justvanrossum commented 1 year ago

This fixes #35.

justvanrossum commented 1 year ago

I am uncertain about the traceback printing in the except part. I needed it to debug the try part, but perhaps it is a common case for new glyphs?

justvanrossum commented 1 year ago

Although: if this was meant to catch KeyErrors, then the try/except is no longer needed at all: all three lib keys now have fallbacks.

justvanrossum commented 1 year ago

Yes, I think it's better to completely remove the try/except.