We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24598f commit 2b5b4bcCopy full SHA for 2b5b4bc
osg-comanage-project-usermap.py
@@ -71,7 +71,7 @@ def mkauthstr(user, passwd):
71
72
73
def mkrequest(target, **kw):
74
- url = options.endpoint + target
+ url = os.path.join(options.endpoint, target)
75
if kw:
76
url += "?" + "&".join( "{}={}".format(k,v) for k,v in kw.items() )
77
req = urllib.request.Request(url)
0 commit comments