Skip to content

Commit

Permalink
loop over all values, fonts is a dict
Browse files Browse the repository at this point in the history
  • Loading branch information
typemytype committed Oct 23, 2024
1 parent 9dd1ed4 commit 482f0d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def build(self):
os.remove(path)

def applySkipExportGlyphs(self):
for font in self.operator.fonts:
for font in self.operator.fonts.values():
skipExportGlyphs = set(font.lib.get("public.skipExportGlyphs", []))
if skipExportGlyphs:
# Decompose the listed glyphs everywhere they are used as components.
Expand Down

0 comments on commit 482f0d7

Please sign in to comment.