Tosche / Glyphs-Scripts

Tosche's Python scripts for glyphs
Apache License 2.0
77 stars 24 forks source link

Close tabs with few glyphs issue on 3.2 (3180) #27

Open kemie opened 1 year ago

kemie commented 1 year ago

Fails with the following message Close Tabs with Few Glyphs Error (CloseTabs): 'NoneType' object is not iterable

Tosche commented 1 year ago

I do not get an error. Does it happen all the time? Can you find out the circumstances that causes it?

kemie commented 1 year ago

All the time, all files. Can it have something to do with my version of python? (using 3.9.9)

Tosche commented 1 year ago

Now I get the error as well. I would say it's a Glyphs issue. Looking at the forum, the Python implementation around tabs seems to have been broken quite recently (and fixed).

kemie commented 1 year ago

Thanks for looking into it, hope it gets solved soon :)

kemie commented 1 year ago

Is this a lost cause? I really miss this script 😢

schriftgestalt commented 1 year ago

I can’t reproduce the problem. what version of Glyphs do you have? And can you post the full error message?

kemie commented 1 year ago

@schriftgestalt Glyphs 3.2 (3198) Python 3.11.3 (Glyphs). Complete error message is as posted above Close Tabs with Few Glyphs Error (CloseTabs): 'NoneType' object is not iterable

Thanks for looking into this!