From b61fcbaaf3528dfaf1167fc547134b404f18de43 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Feb 2025 00:36:05 +0100 Subject: Attempt to improve error message when building the manual. --- doc/manual/verifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/manual/verifier.py b/doc/manual/verifier.py index f39a00e2e..2ebb5582f 100644 --- a/doc/manual/verifier.py +++ b/doc/manual/verifier.py @@ -41,7 +41,7 @@ def find_type(name): if line_with_previous.find(s) != -1: return type previous = line - assert False + assert False, f"Could not find {name}" print('') -- cgit v1.2.3