Skip to content
Snippets Groups Projects
Commit c43a7019 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

newline after checking a system

parent f0b6ad0f
No related branches found
No related tags found
2 merge requests!122Front matter linter,!93Resolve "front-matter linter"
Pipeline #116635 passed
This commit is part of merge request !93. Comments created here will be created in the context of that merge request.
...@@ -62,4 +62,6 @@ def lint( ...@@ -62,4 +62,6 @@ def lint(
# print(exc.errors()) # print(exc.errors())
for err in exc.errors(): for err in exc.errors():
print(f"{err['msg']} : {err['type']} {err['loc']}") print(f"{err['msg']} : {err['type']} {err['loc']}")
print("\n")
else:
print("OK!\n")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment