Tweak workflow error message

This commit is contained in:
Bill Nottingham
2020-02-20 17:10:13 -05:00
parent 0d31b05f98
commit e2fb83db98
2 changed files with 12 additions and 12 deletions

View File

@@ -167,8 +167,8 @@ class WorkflowDAG(SimpleDAG):
failed_path_nodes_id_status.append((str(obj.id), obj.job.status))
if res is True:
s = _("No error handle path for workflow job node(s) [{node_status}] workflow job "
"node(s) missing unified job template and error handle path [{no_ufjt}].")
s = _("No error handling path for workflow job node(s) [{node_status}]. Workflow job "
"node(s) missing unified job template and error handling path [{no_ufjt}].")
parms = {
'node_status': '',
'no_ufjt': '',