We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144dab0 commit 4329b63Copy full SHA for 4329b63
puppetboard/views/failures.py
@@ -60,7 +60,7 @@ def failures(env: str, show_error_as: str):
60
else:
61
error = get_raw_error(source, message)
62
63
- error = to_html(f'Node {node.name} is failing but we could not find the errors' )
+ error = to_html(f'Node {node.name} is failing but we could not find the errors')
64
65
failure = {
66
'certname': node.name,
0 commit comments