You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
...
File "/Users/.../venv/lib/python3.6/site-packages/glyphsLib/builder/__init__.py", line 115, in to_glyphs
return builder.font
File "/Users/.../venv/lib/python3.6/site-packages/glyphsLib/builder/builders.py", line 343, in font
self.to_glyphs_glyph(glyph, layer, master)
File "/Users/.../venv/lib/python3.6/site-packages/glyphsLib/builder/glyph.py", line 216, in to_glyphs_glyph
self.to_glyphs_hints(ufo_glyph, layer)
File "/Users/.../venv/lib/python3.6/site-packages/glyphsLib/builder/hints.py", line 57, in to_glyphs_hints
value = Point(*hint[attr])
TypeError: __init__() takes from 1 to 4 positional arguments but 5 were given
It's apparently easy to accidentally add hints. One glyph contained in its lib field:
glyphsLib output:
https://github.com/googlei18n/glyphsLib/blob/b35f4abe16df4d49f687833dbf841b9d7b0ec281/Lib/glyphsLib/builder/hints.py#L55
The text was updated successfully, but these errors were encountered: