inst-tester: Add missing element to a set

Signed-off-by: Niels Thykier <niels@thykier.net>
ubuntu/rebased
Niels Thykier 7 years ago
parent 55dd190fa6
commit dd5211d55a
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

@ -414,6 +414,8 @@ class InstallabilityTester(object):
never_tmp = set()
choices_tmp = set()
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,
stats, musts_copy, never_tmp,
cbroken, choices_tmp,

Loading…
Cancel
Save