diff --git a/osc/core.py b/osc/core.py index fcd31c83..32a2c8df 100644 --- a/osc/core.py +++ b/osc/core.py @@ -4292,7 +4292,7 @@ def get_prj_results( if root.find('result') is None: return [] for results in root.findall('result'): - for node in results: + for node in results.findall('status'): pacs.append(node.get('package')) pacs = sorted(list(set(pacs))) for node in root.findall('result'):