Skip to content
Snippets Groups Projects
Commit bb39b3c2 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

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: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
Reviewed-by: default avatarKamil Konieczny <kamil.konieczny@linux.intel.com>
parent b03aa30a
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment