From 7fd9d24904de6f9b3a4d363b1eb7aedd5587dba7 Mon Sep 17 00:00:00 2001 From: Simon Dold Date: Fri, 28 Jun 2024 20:05:40 +0200 Subject: [PATCH] reduce error message width. --- misc/tests/test-parameters.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/misc/tests/test-parameters.py b/misc/tests/test-parameters.py index d333bdd83d..67eacb533b 100644 --- a/misc/tests/test-parameters.py +++ b/misc/tests/test-parameters.py @@ -217,11 +217,11 @@ def error_check(cc_files, cwd): if found_error: errors.append(error) if errors: - print("#######################################################") - print("#######################################################") - print("#######################################################") - print("#######################################################") - print("#######################################################") + print("######################################################") + print("######################################################") + print("######################################################") + print("######################################################") + print("######################################################") print(".: ERRORS :.") for error in errors: print(error)