From a6cc7a64c275ba68c235ab0a563a3d7b5d674492 Mon Sep 17 00:00:00 2001 From: "lauren n. liberda" Date: Mon, 18 Mar 2024 17:24:31 +0100 Subject: [PATCH] font_subset tests: name correct variant in exception --- tools/font_subset/test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/font_subset/test.py b/tools/font_subset/test.py index fceda3af8208e..ae8554d30e5bb 100755 --- a/tools/font_subset/test.py +++ b/tools/font_subset/test.py @@ -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))