fakehub: fix typo

This commit is contained in:
Mike McLean 2023-04-07 17:14:12 -04:00
parent 63cd77f049
commit 5307b3d2c5

View file

@ -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