Merge pull request #2411 from simoncozens/fix-fix-contextual-overflow
This commit is contained in:
commit
19ab25d4ed
@ -389,6 +389,7 @@ class ChainContextualBuilder(LookupBuilder):
|
|||||||
candidates[1] = [self.buildFormat1Subtable(ruleset, chaining)]
|
candidates[1] = [self.buildFormat1Subtable(ruleset, chaining)]
|
||||||
|
|
||||||
for i in [1, 2, 3]:
|
for i in [1, 2, 3]:
|
||||||
|
if candidates[i]:
|
||||||
try:
|
try:
|
||||||
self.getCompiledSize_(candidates[i])
|
self.getCompiledSize_(candidates[i])
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user