mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-29 19:31:30 +00:00
inst-tester: Add missing element to a set
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
55dd190fa6
commit
dd5211d55a
@ -414,6 +414,8 @@ class InstallabilityTester(object):
|
|||||||
never_tmp = set()
|
never_tmp = set()
|
||||||
choices_tmp = set()
|
choices_tmp = set()
|
||||||
check_tmp = [p]
|
check_tmp = [p]
|
||||||
|
# _check_loop assumes that "musts" is up to date
|
||||||
|
musts_copy.add(p)
|
||||||
if not self._check_loop(universe, testing, eqv_table,
|
if not self._check_loop(universe, testing, eqv_table,
|
||||||
stats, musts_copy, never_tmp,
|
stats, musts_copy, never_tmp,
|
||||||
cbroken, choices_tmp,
|
cbroken, choices_tmp,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user