fakehub: avoid commits after debugging errors
This commit is contained in:
parent
dca12896a2
commit
63cd77f049
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ def handle_rpc(self, environ):
|
|||
etype, e, tb = sys.exc_info()
|
||||
traceback.print_exc()
|
||||
pdb.post_mortem(tb)
|
||||
# re-raise or the app handler will commit
|
||||
raise
|
||||
|
||||
kojixmlrpc.ModXMLRPCRequestHandler.handle_rpc = handle_rpc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue