Matheus Felipe
2 år sedan
förälder
incheckning
50ad807e5c
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: AA785C523274872F
1 ändrade filer med
5 tillägg och
0 borttagningar
-
scripts/validate/links.py
|
|
@@ -225,6 +225,11 @@ if __name__ == '__main__': |
|
|
|
|
|
|
|
errors = check_if_list_of_links_are_working(links) |
|
|
|
if errors: |
|
|
|
|
|
|
|
num_errors = len(errors) |
|
|
|
print(f'Apparently {num_errors} links are not working properly. See in:') |
|
|
|
|
|
|
|
for error_message in errors: |
|
|
|
print(error_message) |
|
|
|
|
|
|
|
sys.exit(1) |