Update tasks_controller.py

This commit is contained in:
Kevin Burnett 2023-02-06 16:21:55 -08:00 committed by GitHub
parent 54be9535f6
commit 814e3bd527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -560,7 +560,7 @@ def _render_jinja_template(unprocessed_template: str, spiff_task: SpiffTask) ->
template_error.lineno - 1
]
wfe.add_note(
"Jinja2 template errors can happen when trying to displaying task data"
"Jinja2 template errors can happen when trying to display task data"
)
raise wfe from template_error
except Exception as error: