typesupply / glyph-nanny

A live report about potential drawing issues in your glyph.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traceback when running Glyph Nanny

jenskutilek opened this issue · comments

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'

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!

It works now, thanks!