Make autohinter suite name agnostic

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2018-04-01 20:01:49 +00:00
parent d2836b15d4
commit 3e930174ab

View File

@ -2716,7 +2716,7 @@ class Britney(object):
""" """
self.logger.info("> Processing hints from the auto hinter") self.logger.info("> Processing hints from the auto hinter")
sources_t = self.sources['testing'] sources_t = self.suite_info.target_suite.sources
excuses = self.excuses excuses = self.excuses
# consider only excuses which are valid candidates and still relevant. # consider only excuses which are valid candidates and still relevant.