commit | c9f90aaf5ae723203fcb46ea9df80371db8d5d11 | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Mon Jan 16 18:53:01 2023 +0000 |
committer | David Horstmann <david.horstmann@arm.com> | Tue Jan 24 16:00:01 2023 +0000 |
tree | 516ac43ebc285401282ff2a03df64920eb272012 | |
parent | 28d21570020143401b9be3000fdcbb4733d8c37a [diff] |
Remove overly verbose output on success Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/scripts/code_style.py b/scripts/code_style.py index 6222dba..5d05fd8 100755 --- a/scripts/code_style.py +++ b/scripts/code_style.py
@@ -122,8 +122,6 @@ 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")