mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-13 15:37:02 +00:00
Merge branch 'master' into p-u
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
commit
197e46db1c
@ -2681,7 +2681,7 @@ class Britney:
|
||||
if not looped and len(items) > 1:
|
||||
mincands.append(items[:])
|
||||
looped = True
|
||||
if len(items) > 1:
|
||||
if len(items) > 1 and frozenset(items) != frozenset(mincands[-1]):
|
||||
candidates.append(items)
|
||||
|
||||
for l in [ candidates, mincands ]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user