mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-14 09:36:21 +01:00
Whitespace fixup.
This commit is contained in:
parent
ca83f1f5d2
commit
9f5861a3dd
@ -3767,8 +3767,8 @@ def get_prj_results(apiurl, prj, hide_legend=False, csv=False, status_filter=Non
|
|||||||
if root.find('result') == None:
|
if root.find('result') == None:
|
||||||
return []
|
return []
|
||||||
for results in root.findall('result'):
|
for results in root.findall('result'):
|
||||||
for node in results:
|
for node in results:
|
||||||
pacs.append(node.get('package'))
|
pacs.append(node.get('package'))
|
||||||
pacs = sorted(list(set(pacs)))
|
pacs = sorted(list(set(pacs)))
|
||||||
for node in root.findall('result'):
|
for node in root.findall('result'):
|
||||||
# filter architecture and repository
|
# filter architecture and repository
|
||||||
|
Loading…
Reference in New Issue
Block a user