Update package_linter.py

This commit is contained in:
Alexandre Aubin 2024-02-12 20:08:14 +01:00 committed by GitHub
parent 8ed7286c90
commit 78b395ea68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1429,7 +1429,7 @@ class Configurations(TestSuite):
": it's different than the 'add_header' syntax!)... " ": it's different than the 'add_header' syntax!)... "
"The syntax should look like: " "The syntax should look like: "
'more_set_headers "Header-Name: value"' 'more_set_headers "Header-Name: value"'
f"Offending line(s) [{lines}]" f"\nOffending line(s) [{lines}]"
) )
@test() @test()