Skip to content

Commit

Permalink
add OEC
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Sep 27, 2024
1 parent bb0115b commit 3ddf0ce
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,9 @@ async def get_redirection_to_study_page(request: web.Request) -> web.Response:
extra={"error_code": error_code},
)
raise RedirectToFrontEndPageError(
MSG_UNEXPECTED_ERROR.format(hint="while copying your study"),
MSG_UNEXPECTED_ERROR.format(
hint=f"while copying your study [{error_code}]"
),
error_code=error_code,
status_code=status.HTTP_500_INTERNAL_SERVER_ERROR,
) from exc
Expand Down

0 comments on commit 3ddf0ce

Please sign in to comment.