When exporting via, e.g. Font.export(FontPath="~/Documents/", Format=VARIABLE, Containers=["PLAIN"], AutoHint=False)
I get this error:
KeyError: "The container format is not supported: PLAIN (only 'WOFF' 'WOFF2' 'plain' and 'EOT')"
Changing PLAIN
to plain
works, but the docs state it should be PLAIN
(Glyphs.app Python Scripting API Documentation β Glyphs.app Python Scripting API 3.0.4 documentation)