fakehub: fix typo
This commit is contained in:
parent
63cd77f049
commit
5307b3d2c5
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ original_handle_rpc = kojixmlrpc.ModXMLRPCRequestHandler.handle_rpc
|
|||
|
||||
def handle_rpc(self, environ):
|
||||
try:
|
||||
original_handle_rpc(self, environ)
|
||||
return original_handle_rpc(self, environ)
|
||||
except Exception:
|
||||
import pdb
|
||||
import traceback
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue