localstack icon indicating copy to clipboard operation
localstack copied to clipboard

Update retrieve_legacy_data_from_circleci.py

Open vignesh1507 opened this issue 1 year ago • 1 comments

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}").

vignesh1507 avatar Oct 10 '24 17:10 vignesh1507

@ silv-io & @olleolleolle can you review this PR?

vignesh1507 avatar Oct 13 '24 13:10 vignesh1507

@vignesh1507 can you please give the clarification asked for in the review? Afterwards we can merge this PR

silv-io avatar Jan 27 '25 09:01 silv-io

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.

alexrashed avatar Feb 19 '25 13:02 alexrashed