From 3a1b4d78e3c166da4710f5d78e1fcd05c1c2ff0f Mon Sep 17 00:00:00 2001 From: Rebekah Rudd Date: Mon, 4 Nov 2024 10:12:35 -0500 Subject: [PATCH] chore: deleted the check this is my version of gatorgrade --- gatorgrade/output/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatorgrade/output/output.py b/gatorgrade/output/output.py index 0f4e660d..b7c90c0a 100644 --- a/gatorgrade/output/output.py +++ b/gatorgrade/output/output.py @@ -342,7 +342,7 @@ def run_checks( # print failures list if there are failures to print # and print what ShellCheck command that Gatorgrade ran if len(failed_results) > 0: - print("\n-~- FAILURES -~- This is the new update of gatorgrade \n") + print("\n-~- FAILURES -~- \n") for result in failed_results: # main.console.print("This is a result") # main.console.print(result)