mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-26 06:46:13 +01:00
Merge branch 'master' of https://github.com/lnussel/osc
This commit is contained in:
commit
6a7314f25d
@ -3151,7 +3151,7 @@ def makeurl(baseurl, l, query=[]):
|
||||
query = urlencode(query)
|
||||
|
||||
scheme, netloc, path = urlsplit(baseurl)[0:3]
|
||||
return urlunsplit((scheme, netloc, '/'.join([path] + l), query, ''))
|
||||
return urlunsplit((scheme, netloc, '/'.join([path] + list(l)), query, ''))
|
||||
|
||||
|
||||
def http_request(method, url, headers={}, data=None, file=None):
|
||||
|
Loading…
Reference in New Issue
Block a user