Merge pull request #997 from molangning/patch-2

Update validators.py
This commit is contained in:
g0tmi1k
2024-04-05 15:27:11 +01:00
committed by GitHub
+3 -3
View File
@@ -26,13 +26,13 @@ FORMATTED_OUTPUT_FORMAT="""
- - - - - -
Errors Warnings
``` ```
%s %s
``` ```
Warnings Errors
``` ```
%s %s
@@ -320,4 +320,4 @@ open(STEP_SUMMARY_LOCATION,"w").write(SUMMARY_FORMAT%(table_content,error_text,f
if not all_pass: if not all_pass:
print_err(".bin/validators.py","[!] Not all checks passed.") print_err(".bin/validators.py","[!] Not all checks passed.")
exit(2) exit(2)