From 3e28539c17e020ecf6233f41fba2a1fdf3816b59 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sun, 12 Dec 2021 14:37:37 -0800 Subject: [PATCH] Temporarily disable autohinter due to a recursion problem --- britney.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/britney.py b/britney.py index 53e6060..3063dd2 100755 --- a/britney.py +++ b/britney.py @@ -1464,6 +1464,9 @@ class Britney(object): """ self.logger.info("> Processing hints from the auto hinter") + self.logger.info(">> Skipping auto hinting due to recursion problem") + return [] + sources_t = self.suite_info.target_suite.sources excuses = self.excuses