add a period

This commit is contained in:
Bill Nottingham 2016-11-29 11:08:05 -05:00
parent 6c0b97675a
commit 6de0057c03

View File

@ -2379,7 +2379,7 @@ class WorkflowJobTemplateNodeSerializer(WorkflowNodeBaseSerializer):
if self.instance is None and ('workflow_job_template' not in attrs or
attrs['workflow_job_template'] is None):
raise serializers.ValidationError({
"workflow_job_template": _("Workflow job template is missing during creation")
"workflow_job_template": _("Workflow job template is missing during creation.")
})
ujt_obj = attrs.get('unified_job_template', None)
if isinstance(ujt_obj, (WorkflowJobTemplate, SystemJobTemplate)):