Disable autohinting again

Britney has been crashing since the 05:53:38 run on 2026-04-04:
I: [2026-04-04T08:00:39+0000] - > Processing hints from the auto hinter
...
RecursionError: maximum recursion depth exceeded

Revert "Re-enable autohinting"

This reverts commit 2d14692555b07bc5b4d437685fec8c01220b8944.
This commit is contained in:
Graham Inggs 2026-04-06 08:51:36 +00:00
parent d6333b864f
commit 921f2e5a0a

View File

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