From bb39b3c2db82a1f322653f65b8a5c9af35fbd210 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 14 Mar 2024 06:31:24 +0100 Subject: scripts/xls_to_doc.py: be clearer when ignoring a value in verbose mode Print what value was not changed because it is duplicated. Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Kamil Konieczny --- scripts/xls_to_doc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/xls_to_doc.py') diff --git a/scripts/xls_to_doc.py b/scripts/xls_to_doc.py index bd14320a3..5e79a725c 100755 --- a/scripts/xls_to_doc.py +++ b/scripts/xls_to_doc.py @@ -298,7 +298,7 @@ class FillTests(TestList): continue if doc_value == value: if self.verbose > 1: - print(f"{testname}@{subtest} field {field}: Value unchanged. Ignoring it") + print(f"{testname}@{subtest} field {field}: Value unchanged: {value}. Ignoring it") continue if self.verbose > 0: -- cgit v1.2.3