Deleting custom parameter with script crashes Glyphs

Hi, using, for example,

for i in Font.instances:
    del(i.customParameters["Replace Feature"])

crashes Glyphs when opening font info. Nothing too major, just quite annoying (as I currently need this for testing purposes).

Check if it is not None first.

It isn’t.

Fixed it. Thanks

1 Like

Hi, I am running 1348 and the issue prevails – would it be possible to publish the update with this fix? It is really pretty jarring as I can’t fully test my script :grimacing: