Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tools/font_subset/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,7 @@ def main():
)
if not os.path.isfile(font_subset):
raise Exception(
'Could not locate font-subset%s in host_debug or host_debug_unopt - build before running this script.'
% exe
'Could not locate font-subset%s in %s - build before running this script.' % (exe, variant)
)

print('Using font subset binary at %s (%s)' % (font_subset, font_subset_zip))
Expand Down