Fix indentation
This commit is contained in:
parent
f79570edd0
commit
992dbc9662
@ -101,6 +101,7 @@ class GlibXMLRPCServer(GlibTCPServer, SimpleXMLRPCServer.SimpleXMLRPCDispatcher)
|
||||
except Fault, fault:
|
||||
response = xmlrpclib.dumps(fault)
|
||||
except:
|
||||
print "Exception"
|
||||
traceback.print_exc()
|
||||
# report exception back to server
|
||||
response = xmlrpclib.dumps(
|
||||
|
Loading…
Reference in New Issue
Block a user