Skip to content

Commit

Permalink
add missing dot in the end
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithun Shivashankar committed Jun 6, 2024
1 parent 0091306 commit dba20a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asabiris/formatter/jinja/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ async def format(self, template_path, template_params):
if b is None:
raise ASABIrisError(
ErrorCode.TEMPLATE_NOT_FOUND,
tech_message="Failed to render. Reason: Template {} does not exist".format(template_path),
error_i18n_key="Template '{{incorrect_path}}' does not exist",
tech_message="Failed to render. Reason: Template {} does not exist.".format(template_path),
error_i18n_key="Template '{{incorrect_path}}' does not exist.",
error_dict={
"incorrect_path": template_path,
}
Expand Down

0 comments on commit dba20a1

Please sign in to comment.