googlefonts / gf-glyphs-scripts

Scripts for Glyphs
21 stars 11 forks source link

fixfonts.py: NameError: global name '_convert_camelcase' is not defined #55

Closed weiweihuanghuang closed 4 years ago

weiweihuanghuang commented 4 years ago
Traceback (most recent call last):
  File "fixfonts.py", line 264, in <module>
    main()
  File "fixfonts.py", line 226, in main
    family_suffix = _convert_camelcase(instance.width)
NameError: global name '_convert_camelcase' is not defined
End