[FIX] _extensions: p3 compatibility (2)
This commit is contained in:
parent
ff2c6db57c
commit
914c5ebc18
@ -125,7 +125,7 @@ def _submit(result_queue, xid, view='form'):
|
|||||||
def _launcher():
|
def _launcher():
|
||||||
try:
|
try:
|
||||||
info = xmlrpclib.ServerProxy('https://demo.odoo.com/start').start()
|
info = xmlrpclib.ServerProxy('https://demo.odoo.com/start').start()
|
||||||
except xmlrpclib.Fault, e:
|
except xmlrpclib.Fault as e:
|
||||||
threading.Thread(
|
threading.Thread(
|
||||||
target=_fault_requests,
|
target=_fault_requests,
|
||||||
args=["Demo start() failed: %s" % e.faultString],
|
args=["Demo start() failed: %s" % e.faultString],
|
||||||
|
Loading…
Reference in New Issue
Block a user