Skip to content

Commit

Permalink
Removed RESULTS text from error
Browse files Browse the repository at this point in the history
  • Loading branch information
ANISH-SR authored and samriddhi99 committed Aug 8, 2024
1 parent dc658cf commit 5354a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tirith/prettyprinter.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def pretty_print_result_dict(final_result_dict: Dict) -> None:
print(TermStyle.fail(f"Check: {check_id}"))
print(f" {TermStyle.fail('FAILED')}")
num_failed_checks += 1
print(" Results:")


for result_num, result_dict in enumerate(check_dict["result"]):
result_message = result_dict["message"]
Expand Down

0 comments on commit 5354a0a

Please sign in to comment.