britney.py: Correct the hash key in nuninst_arch_report

Signed-off-by: Niels Thykier <niels@thykier.net>
master
Niels Thykier 10 years ago
parent 4383fe93a5
commit 0714b3bed8

@ -2786,7 +2786,8 @@ class Britney(object):
all = defaultdict(set)
for p in nuninst[arch]:
pkg = self.binaries['testing'][arch][0][p]
all[pkg].add(p)
all[(pkg[SOURCE], pkg[SOURCEVER])].add(p)
print '* %s' % (arch,)

Loading…
Cancel
Save