localstack
localstack copied to clipboard
Update retrieve_legacy_data_from_circleci.py
Response Code Handling: In the send_request_to_connection function, the error message when the response fails should use parentheses: print(f"connection failed: {res.getcode()}") instead of print(f"connection failed: {res.getcode}").
@ silv-io & @olleolleolle can you review this PR?
@vignesh1507 can you please give the clarification asked for in the review? Afterwards we can merge this PR
Since this script is not part of the actual LocalStack AWS Community Emulator, but an auxiliary utils script, and there hasn't been a response, I'll close this PR for now.