Skip to content

Commit

Permalink
Log progress
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens authored and anthrotype committed Jan 10, 2024
1 parent 809324f commit 1f3f179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/ufo2ft/_compilers/baseCompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ def compile_all_variable_features(
for ttfSource, ufoSource in zip(vfDoc.sources, ufoDoc.sources):
ufoSource.font = originalSources[ttfSource.name]
defaultGlyphset = originalGlyphsets[ufoDoc.findDefault().name]
self.logger.info(f"Compiling variable features for {vfName}")
self.compile_variable_features(ufoDoc, ttFont, defaultGlyphset)

def compile_variable_features(self, designSpaceDoc, ttFont, glyphSet):
Expand Down

0 comments on commit 1f3f179

Please sign in to comment.