mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2026-04-13 16:30:56 +00:00
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:
parent
d6333b864f
commit
921f2e5a0a
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user