mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-05 15:21:27 +00:00
utils: Remove condition that is always true
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
fc2269ba02
commit
241b17602d
@ -586,7 +586,7 @@ def check_installability(inst_tester, binaries, arch, updates, affected, check_a
|
||||
# only check arch:all packages if requested
|
||||
if check_archall or actual_arch != 'all':
|
||||
nuninst_arch = nuninst[parch]
|
||||
elif actual_arch == 'all':
|
||||
else:
|
||||
nuninst[parch].discard(name)
|
||||
result = test_installability(inst_tester, name, pkg_id, broken, nuninst_arch)
|
||||
if improvement > 0 or not result:
|
||||
|
Loading…
x
Reference in New Issue
Block a user