ceelian / callme

callme is a python amqp rpc module
BSD 3-Clause "New" or "Revised" License
27 stars 9 forks source link

Response exception handling simplified #14

Closed skudriashev closed 10 years ago

skudriashev commented 10 years ago

This change simplifies the response exception handling a little bit, so there is no need to pass 'exception_raised' parameter explicitly.

Please, take a look, I think this would be useful for you. Thanks!

ceelian commented 10 years ago

It simplifies things, thanks!