Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
onelab
myslicelib
Commits
34d39f99
Commit
34d39f99
authored
Mar 15, 2019
by
Albert
Browse files
set xmlrpc server proxy bug fixed
parent
3ffa79e3
Pipeline
#2826
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
myslicelib/api/sfa.py
View file @
34d39f99
...
...
@@ -29,7 +29,7 @@ class Api(Xmlrpc):
socket
.
setdefaulttimeout
(
self
.
endpoint
.
timeout
)
#self._proxy = xmlrpcclient.ServerProxy(self.endpoint.url, allow_none=True, verbose=False, use_datetime=True, context=context)
self
.
_proxy
=
self
.
set_proxy
(
context
)
self
.
set_proxy
(
context
)
# version call
self
.
endpoint
.
version
=
self
.
version
(
raw
=
True
)
...
...
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