Skip to content
Snippets Groups Projects
Verified Commit bbfa580a authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

ignore bad linting

parent d0860ed8
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ class Tester:
description = description.strip()
if description.startswith("Criticality:"):
criticality, *description = description.split("\n")
criticality = criticality[len("Criticality:") :].strip()
criticality = criticality[len("Criticality:") :].strip() # noqa: E203
description = "\n".join(description)
else:
criticality = "not specified"
......
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