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

scripts/xls_to_doc.py: reduce verbosity for writing message


Such log is usually unneeded. Drop it.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
Reviewed-by: default avatarKamil Konieczny <kamil.konieczny@linux.intel.com>
parent a2d46e2b
No related branches found
No related tags found
No related merge requests found
......@@ -348,7 +348,7 @@ class FillTests(TestList):
# Write changes
try:
if self.verbose:
if self.verbose > 1:
print(f"Writing to {sourcename}")
with open(sourcename, 'w', encoding='utf8') as out_fp:
......
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