Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Commit

Permalink
Merge pull request #206 from microdog/develop
Browse files Browse the repository at this point in the history
Preserve traceback when re-raise undeclared exception
  • Loading branch information
lxyu authored Jun 30, 2016
2 parents 43bd436 + c8efb16 commit f13657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thriftpy/thrift.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def handle_exception(self, e, result):
setattr(result, exc_name, e)
break
else:
raise e
raise

def process(self, iprot, oprot):
api, seqid, result, call = self.process_in(iprot)
Expand Down

0 comments on commit f13657b

Please sign in to comment.