Skip to content

Commit

Permalink
reduce error message width.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDold committed Jun 28, 2024
1 parent 7dd6c8d commit 7fd9d24
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions misc/tests/test-parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7fd9d24

Please sign in to comment.