From 3e930174ab385cbf7c98575cf1f7872e18f89989 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sun, 1 Apr 2018 20:01:49 +0000 Subject: [PATCH] Make autohinter suite name agnostic Signed-off-by: Niels Thykier --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index 965e1c0..11570ca 100755 --- a/britney.py +++ b/britney.py @@ -2716,7 +2716,7 @@ class Britney(object): """ 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 # consider only excuses which are valid candidates and still relevant.