Skip to content

Commit

Permalink
Update botocore/handlers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Prewitt <[email protected]>
  • Loading branch information
alexgromero and nateprewitt authored Oct 17, 2024
1 parent bd5d4ad commit 0fdbd82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions botocore/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1255,9 +1255,7 @@ def _handle_200_error(operation_model, response_dict, **kwargs):
):
response_dict['status_code'] = 500
logger.debug(
f"Error found for response with 200 status code: {response_dict['body']}. "
f"Changing the http_response status code to 500 will be propagated in "
f"the _retry_200_error handler."
f"Error found for response with 200 status code: {response_dict['body']}."
)


Expand Down

0 comments on commit 0fdbd82

Please sign in to comment.