Closed justvanrossum closed 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?
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.
Yes, I think it's better to completely remove the try/except.
lib
variable toself._RGlyph.lib
This fixes #35.