Temporarily disable autohinter due to a recursion problem

less-recipients
Steve Langasek 3 years ago
parent e2847293df
commit 83e6102613

@ -1461,6 +1461,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

Loading…
Cancel
Save