mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-07-27 14:27:48 +00:00
Remove overly verbose output on success
Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
@@ -122,8 +122,6 @@ def check_style_is_correct(src_file_list: List[str]) -> bool:
|
||||
print("File changed - diff:", file=STDOUT_UTF8)
|
||||
print(str(result.stdout, "utf-8"), file=STDOUT_UTF8)
|
||||
style_correct = False
|
||||
else:
|
||||
print(src_file + " - OK.", file=STDOUT_UTF8)
|
||||
|
||||
# Tidy up artifact
|
||||
os.remove(src_file + ".uncrustify")
|
||||
|
||||
Reference in New Issue
Block a user