8000 [FIX] _extensions: p3 compatibility (2) · AllenChen7/documentation-user@914c5eb · GitHub
[go: up one dir, main page]

Skip to content

Commit 914c5eb

Browse files
committed
[FIX] _extensions: p3 compatibility (2)
1 parent ff2c6db commit 914c5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_extensions/demo_link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def _submit(result_queue, xid, view='form'):
125125
def _launcher():
126126
try:
127127
info = xmlrpclib.ServerProxy('https://demo.odoo.com/start').start()
128-
except xmlrpclib.Fault, e:
128+
except xmlrpclib.Fault as e:
129129
threading.Thread(
130130
target=_fault_requests,
131131
args=["Demo start() failed: %s" % e.faultString],

0 commit comments

Comments
 (0)
0