Merge "tripleo_states: add missing space"

This commit is contained in:
Zuul 2020-07-13 06:14:39 +00:00 committed by Gerrit Code Review
commit a1953193c6
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class CallbackModule(CallbackBase):
self._output(
'~~~~~~~~~~~~~~~~~~'
'Number of nodes which did not deploy successfully: {} '
' Number of nodes which did not deploy successfully: {} '
'~~~~~~~~~~~~~~~~~'.format(len(nodes_to_redeploy)))
nodes_to_redeploy_list = ", ".join(nodes_to_redeploy)
fail_msg = ' This or these node(s) failed to deploy: ' + \