Skip to content

Commit 279fc58

Browse files
committed
Revert "Do not change the default capath of context"
This reverts commit 4fa1142.
1 parent f249b44 commit 279fc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fts3/rest/client/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _validate_endpoint(self):
145145
raise BadEndpoint("%s (%s)" % (self.endpoint, str(e))), None, sys.exc_info()[2]
146146
return endpoint_info
147147

148-
def __init__(self, endpoint, ucert=None, ukey=None, verify=True, access_token=None, no_creds=False, capath=None,
148+
def __init__(self, endpoint, ucert=None, ukey=None, verify=True, access_token=None, no_creds=False, capath='/etc/grid-security/certificates',
149149
request_class=Request, connectTimeout=30, timeout=30):
150150
self.passwd = None
151151

0 commit comments

Comments
 (0)