mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-25 17:36:13 +01:00
fix for bnc #432995
This commit is contained in:
parent
8321e41096
commit
dc49a7ebb2
@ -2728,7 +2728,7 @@ def meta_get_project_list(apiurl, deleted=None):
|
||||
u = makeurl(apiurl, ['source'], query)
|
||||
f = http_GET(u)
|
||||
root = ET.parse(f).getroot()
|
||||
return sorted([ node.get('name') for node in root ])
|
||||
return sorted([ node.get('name') for node in root if node.get('name')])
|
||||
|
||||
|
||||
def show_project_meta(apiurl, prj):
|
||||
|
Loading…
Reference in New Issue
Block a user