font-scripts icon indicating copy to clipboard operation
font-scripts copied to clipboard

Family Weights Calculator.py error

Open weiweihuanghuang opened this issue 5 years ago • 1 comments

I tried to run this in Glyphs Version 2.6.5 (1340) and got this error

Start
Traceback (most recent call last):
  File "Family Weights Calculator.py", line 180, in <module>
    FamilySteps()
  File "Family Weights Calculator.py", line 36, in __init__
    self.w.maxStem = vanilla.EditText( (inset+110, linePos, 32, 20), int(self.minMax()[1]), sizeStyle = 'small')
TypeError: 'NoneType' object has no attribute '__getitem__'
End

weiweihuanghuang avatar Jun 29 '20 03:06 weiweihuanghuang

hmm weird, I just updated to 1340 and can't reproduce that error, I'll look into it

jpt avatar Jun 30 '20 06:06 jpt