Skip to content

Commit

Permalink
Update awscli/botocore/handlers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Prewitt <[email protected]>
  • Loading branch information
aemous and nateprewitt authored Nov 5, 2024
1 parent 99d9157 commit 66a3a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscli/botocore/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def check_for_200_error(response, **kwargs):
return
http_response, parsed = response
if _looks_like_special_case_error(
http_response.status_code, http_response.content
http_response.status_code, http_response.content
):
logger.debug("Error found for response with 200 status code, "
"errors: %s, changing status code to "
Expand Down

0 comments on commit 66a3a22

Please sign in to comment.