Skip to content

Commit 4329b63

Browse files
cduelogdubicki
authored andcommitted
fix: space before ')'
1 parent 144dab0 commit 4329b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppetboard/views/failures.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def failures(env: str, show_error_as: str):
6060
else:
6161
error = get_raw_error(source, message)
6262
else:
63-
error = to_html(f'Node {node.name} is failing but we could not find the errors' )
63+
error = to_html(f'Node {node.name} is failing but we could not find the errors')
6464

6565
failure = {
6666
'certname': node.name,

0 commit comments

Comments
 (0)