Traceback when running Glyph Nanny
jenskutilek opened this issue · 2 comments
jenskutilek commented
I get this traceback in RoboFont 1.5.1:
Traceback (most recent call last):
File "glyphNanny.py", line 136, in drawComments
AttributeError: 'RobofabWrapperGlyph' object has no attribute 'getRepresentation'
typesupply commented
I just pushed a change that I hope will fix this. getRepresentation must only be in the beta version for now. It will be slower in < 1.6 while scrolling, but it's fast in >= 1.6.
Thanks for reporting this!
jenskutilek commented
It works now, thanks!