added comment, the OTL Extension mechanism should not be here

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@546 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
jvr 2008-03-09 20:39:38 +00:00
parent 1c73452692
commit 142506b07d

View File

@ -181,6 +181,8 @@ def ttCompile(input, output, options):
try:
ttf.save(output)
except OTLOffsetOverflowError, e:
# XXX This shouldn't be here at all, it should be as close to the
# OTL code as possible.
overflowRecord = e.value
print "Attempting to fix OTLOffsetOverflowError", e
lastItem = overflowRecord