Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add raise from syntax to discover underlying problems #354

Open
lehmat opened this issue Sep 19, 2022 · 0 comments
Open

Add raise from syntax to discover underlying problems #354

lehmat opened this issue Sep 19, 2022 · 0 comments

Comments

@lehmat
Copy link
Contributor

lehmat commented Sep 19, 2022

Issue

AWS SDK does not follow raise exc from exc which causes underlying problems to disappear during processing AWS SDK. Reference: Pynamodb issue

Proposed change

Follow PEP 3134 to raise underlying issues as traceback instead of stopping it to AWS SDK

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant