mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-17 20:51:32 +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
|
# only check arch:all packages if requested
|
||||||
if check_archall or actual_arch != 'all':
|
if check_archall or actual_arch != 'all':
|
||||||
nuninst_arch = nuninst[parch]
|
nuninst_arch = nuninst[parch]
|
||||||
elif actual_arch == 'all':
|
else:
|
||||||
nuninst[parch].discard(name)
|
nuninst[parch].discard(name)
|
||||||
result = test_installability(inst_tester, name, pkg_id, broken, nuninst_arch)
|
result = test_installability(inst_tester, name, pkg_id, broken, nuninst_arch)
|
||||||
if improvement > 0 or not result:
|
if improvement > 0 or not result:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user