Skip to content

Commit

Permalink
Merge pull request #601 from m4rc1e/call-fix
Browse files Browse the repository at this point in the history
call _rename_glyphs_from_ufo
  • Loading branch information
anthrotype authored Mar 16, 2022
2 parents 89d6285 + b1018f6 commit 74fd434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/ufo2ft/postProcessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def process_glyph_names(self, useProductionNames=None):

if useProductionNames:
logger.info("Renaming glyphs to final production names")
self.rename_glyphs(self.otf, self._build_production_names())
self._rename_glyphs_from_ufo()

else:
if "CFF " in self.otf:
Expand Down

0 comments on commit 74fd434

Please sign in to comment.