[PATCH i-g-t 03/10] scripts/xls_to_doc.py: be clearer when ignoring a value in verbose mode
Mauro Carvalho Chehab
mauro.chehab at linux.intel.com
Thu Mar 14 10:29:12 UTC 2024
From: Mauro Carvalho Chehab <mchehab at kernel.org>
Print what value was not changed because it is duplicated.
Signed-off-by: Mauro Carvalho Chehab <mchehab at kernel.org>
---
scripts/xls_to_doc.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/xls_to_doc.py b/scripts/xls_to_doc.py
index bd14320a3bce..5e79a725c1d3 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:
--
2.43.2
More information about the igt-dev
mailing list