otTables: print subtable type when can't split in fixSubTableOverFlows
This commit is contained in:
parent
a526b7170c
commit
2798bf6d1f
@ -1347,6 +1347,11 @@ def fixSubTableOverFlows(ttf, overflowRecord):
|
||||
try:
|
||||
splitFunc = splitTable[overflowRecord.tableType][subTableType]
|
||||
except KeyError:
|
||||
log.error(
|
||||
"Don't know how to split %s lookup type %s",
|
||||
overflowRecord.tableType,
|
||||
subTableType,
|
||||
)
|
||||
return ok
|
||||
|
||||
ok = splitFunc(subtable, newSubTable, overflowRecord)
|
||||
|
Loading…
x
Reference in New Issue
Block a user