braintree / braintree_python

Braintree Python library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
242 stars 115 forks source link

persist original traceback... #63

Closed alanhamlett closed 8 years ago

alanhamlett commented 8 years ago

... to help with debugging. raise e trashes the original traceback and line numbers.

pblesi commented 8 years ago

Hi @alanhamlett,

Thank you for pointing this out. We have just released a new version with a fix, so you should no longer have this problem. Here is the code snippet for reference.