Britney: Fix malformed removal hints from auto hinter

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2014-06-15 17:22:56 +02:00
parent afa9a543b1
commit 1306eb664d

View File

@ -2628,7 +2628,7 @@ class Britney(object):
for comp in self._inst_tester.solve_groups(groups):
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]",
type="I")