Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AIG-public
Cobalt
Commits
89376c7f
Commit
89376c7f
authored
Aug 18, 2017
by
Paul Rich
Browse files
Merge branch '99-ProtocolError-losses-traceback' into 'develop'
Update Proxy.py Closes #99 See merge request !57
parents
991561e0
f239a1ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Proxy.py
View file @
89376c7f
...
...
@@ -70,7 +70,7 @@ class RetryMethod(_Method):
return
retval
except
xmlrpclib
.
ProtocolError
,
err
:
log
.
error
(
"Server failure: Protocol Error: %s %s"
%
\
(
err
.
errcode
,
err
.
errmsg
))
(
err
.
errcode
,
err
.
errmsg
)
,
exc_info
=
1
)
raise
xmlrpclib
.
Fault
(
20
,
"Server Failure"
)
except
xmlrpclib
.
Fault
as
fault
:
raise
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment