mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-28 10:46:15 +01:00
- removed debug statement (to print out urls add "debug=1" to your ~/.oscrc)
This commit is contained in:
parent
1130e28061
commit
39a92bc63b
@ -3769,7 +3769,6 @@ def search(apiurl, search_list, kind, search_term, verbose = False, exact_matche
|
|||||||
|
|
||||||
predicate = build_xpath_predicate(search_list, search_term, exact_matches)
|
predicate = build_xpath_predicate(search_list, search_term, exact_matches)
|
||||||
u = makeurl(apiurl, ['search', kind], ['match=%s' % quote_plus(''.join(predicate))])
|
u = makeurl(apiurl, ['search', kind], ['match=%s' % quote_plus(''.join(predicate))])
|
||||||
if conf.config['verbose']: print '>>', unquote(u), '<<'
|
|
||||||
f = http_GET(u)
|
f = http_GET(u)
|
||||||
root = ET.parse(f).getroot()
|
root = ET.parse(f).getroot()
|
||||||
result = []
|
result = []
|
||||||
|
Loading…
Reference in New Issue
Block a user