Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
4fa1142c
Commit
4fa1142c
authored
Jun 20, 2018
by
Aris Angelogiannopoulos
Browse files
Do not change the default capath of context
parent
75e8c899
Pipeline
#421199
passed with stage
in 7 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/fts3/rest/client/context.py
View file @
4fa1142c
...
...
@@ -145,7 +145,7 @@ class Context(object):
raise
BadEndpoint
(
"%s (%s)"
%
(
self
.
endpoint
,
str
(
e
))),
None
,
sys
.
exc_info
()[
2
]
return
endpoint_info
def
__init__
(
self
,
endpoint
,
ucert
=
None
,
ukey
=
None
,
verify
=
True
,
access_token
=
None
,
no_creds
=
False
,
capath
=
'/etc/grid-security/certificates'
,
def
__init__
(
self
,
endpoint
,
ucert
=
None
,
ukey
=
None
,
verify
=
True
,
access_token
=
None
,
no_creds
=
False
,
capath
=
None
,
request_class
=
Request
,
connectTimeout
=
30
,
timeout
=
30
):
self
.
passwd
=
None
...
...
Andrea Manzi
@amanzi
mentioned in commit
279fc585
·
Aug 22, 2018
mentioned in commit
279fc585
mentioned in commit 279fc585d5cb5a152a746235077ce0b9d7f56e31
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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