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 <nate.prewitt@gmail.com>
  • Loading branch information
alexgromero and nateprewitt authored Oct 17, 2024
1 parent d21ce1b commit 9cfa059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion botocore/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ def _handle_200_error(operation_model, response_dict, **kwargs):
)


def _retry_200_error(response, **kwargs):
def _update_status_code(response, **kwargs):
# Update the http_response status code when the parsed response has been
# modified in a handler. This enables retries for cases like ``_handle_200_error``.
if response is None:
Expand Down

0 comments on commit 9cfa059

Please sign in to comment.