disable decompilation exception catching: it causes too many debugging nightmares.
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@82 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
parent
9c3744ad92
commit
509e2874aa
@ -42,7 +42,7 @@ Dumping 'prep' table...
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
#
|
#
|
||||||
# $Id: __init__.py,v 1.13 2000-02-01 15:29:03 Just Exp $
|
# $Id: __init__.py,v 1.14 2000-02-13 16:23:28 Just Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
__version__ = "1.0a6"
|
__version__ = "1.0a6"
|
||||||
@ -312,7 +312,7 @@ class TTFont:
|
|||||||
debugmsg("decompiling '%s' table" % tag)
|
debugmsg("decompiling '%s' table" % tag)
|
||||||
try:
|
try:
|
||||||
table.decompile(data, self)
|
table.decompile(data, self)
|
||||||
except:
|
except "_ _ F O O _ _": # dummy exception to disable exception catching
|
||||||
print "An exception occurred during the decompilation of the '%s' table" % tag
|
print "An exception occurred during the decompilation of the '%s' table" % tag
|
||||||
from tables.DefaultTable import DefaultTable
|
from tables.DefaultTable import DefaultTable
|
||||||
import StringIO
|
import StringIO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user