mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-21 15:31:31 +00:00
Britney: Fix malformed removal hints from auto hinter
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
271fb11b33
commit
8d4753530c
@ -2628,7 +2628,7 @@ class Britney(object):
|
|||||||
|
|
||||||
for comp in self._inst_tester.solve_groups(groups):
|
for comp in self._inst_tester.solve_groups(groups):
|
||||||
if len(comp) > 1:
|
if len(comp) > 1:
|
||||||
self.do_hint("easy", "autohinter", [ MigrationItem("%s/%s" % (x.uvname, excuses[x.uvname].ver[1])) for x in comp])
|
self.do_hint("easy", "autohinter", comp)
|
||||||
|
|
||||||
self.__log("> Processing hints from the auto hinter [Original]",
|
self.__log("> Processing hints from the auto hinter [Original]",
|
||||||
type="I")
|
type="I")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user