Skip to content

Commit

Permalink
log while loading DS sources as for large fonts it can take a while
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Jan 11, 2024
1 parent 2775e82 commit 2abf1eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/fontmake/font_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,7 @@ def run_from_designspace(
f"expected path or DesignSpaceDocument, found {type(designspace.__name__)}"
)

logger.info("Loading %s DesignSpace source UFOs", len(designspace.sources))
designspace.loadSourceFonts(opener=self.open_ufo)

# if no --feature-writers option was passed, check in the designspace's
Expand Down

0 comments on commit 2abf1eb

Please sign in to comment.