Skip to content

Commit

Permalink
fixes formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Oct 8, 2024
1 parent f6f6938 commit 08e086a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def wrapper(request: web.Request) -> web.StreamResponse:
raise web.HTTPNotFound(reason=f"{exc}") from exc
except MissingGroupExtraPropertiesForProductError as exc:
error_code = create_error_code(exc)
frontend_msg = FMSG_MISSING_CONFIG_WITH_OEC.format(error_code)
frontend_msg = FMSG_MISSING_CONFIG_WITH_OEC.format(error_code=error_code)
log_msg = create_troubleshotting_log_message(
message_to_user=frontend_msg,
error=exc,
Expand Down

0 comments on commit 08e086a

Please sign in to comment.