adjust recursion error text

This commit is contained in:
AlanCoding
2018-11-05 14:48:34 -05:00
committed by Marliana Lara
parent a3d5705cea
commit 0783d86c6c
3 changed files with 8 additions and 7 deletions

View File

@@ -527,7 +527,7 @@ class WorkflowJob(UnifiedJob, WorkflowJobOptions, SurveyJobMixin, JobNotificatio
'this is not normal and suggests task manager degeneracy.')
break
wj_ids.add(wj.pk)
ancestors.append(wj.workflow_job_template_id)
ancestors.append(wj.workflow_job_template)
wj = wj.get_workflow_job()
return ancestors