mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-28 11:43:34 +01:00
commit
68ebc872de
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue