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
commit 68ebc872de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,13 +26,13 @@ FORMATTED_OUTPUT_FORMAT="""
- - -
Errors
Warnings
```
%s
```
Warnings
Errors
```
%s
@ -320,4 +320,4 @@ open(STEP_SUMMARY_LOCATION,"w").write(SUMMARY_FORMAT%(table_content,error_text,f
if not all_pass:
print_err(".bin/validators.py","[!] Not all checks passed.")
exit(2)
exit(2)