Skip to content

Commit 482f0d7

Browse files
committed
loop over all values, fonts is a dict
1 parent 9dd1ed4 commit 482f0d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • source/lib/batchGenerators/variableFontsGenerator

source/lib/batchGenerators/variableFontsGenerator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def build(self):
6464
os.remove(path)
6565

6666
def applySkipExportGlyphs(self):
67-
for font in self.operator.fonts:
67+
for font in self.operator.fonts.values():
6868
skipExportGlyphs = set(font.lib.get("public.skipExportGlyphs", []))
6969
if skipExportGlyphs:
7070
# Decompose the listed glyphs everywhere they are used as components.

0 commit comments

Comments
 (0)