Temporarily disable autohinter due to a recursion problem

This commit is contained in:
Steve Langasek 2021-12-12 14:37:37 -08:00
parent acc93b376e
commit 3e28539c17

View File

@ -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