Quote the package for url parsing. This should solve progress issue#1892.
This commit is contained in:
parent
7d9ffa07ac
commit
ea8042869f
@ -100,7 +100,7 @@ class RequestFinder(object):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
query = 'states=new,review,declined&project=openSUSE:Factory&view=collection&package={}'
|
query = 'states=new,review,declined&project=openSUSE:Factory&view=collection&package={}'
|
||||||
query = query.format(package)
|
query = query.format(urllib2.quote(package))
|
||||||
url = makeurl(self.apiurl, ['request'], query)
|
url = makeurl(self.apiurl, ['request'], query)
|
||||||
f = http_GET(url)
|
f = http_GET(url)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user