From 81c53f23aecb28f64dba56b03f2ce6fe5aa1f7b7 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 24 Mar 2023 22:00:34 +0100 Subject: [PATCH] More explicit error message --- tools/tesh/tesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tesh/tesh.py b/tools/tesh/tesh.py index d57e557826..2baa1b31df 100755 --- a/tools/tesh/tesh.py +++ b/tools/tesh/tesh.py @@ -672,7 +672,7 @@ def main(): cmd.add_ignore(line[len("! ignore "):]) else: - fatal_error("UNRECOGNIZED OPTION") + fatal_error(f"UNRECOGNIZED OPTION LINE: {line}") line = file.readfullline() -- 2.20.1