do a bare 'raise' so the original traceback doesn't get lost
This commit is contained in:
parent
34fec90630
commit
4d92fcb9be
@ -1631,9 +1631,7 @@ class TopDict(BaseDict):
|
||||
charString.decompile()
|
||||
except:
|
||||
log.error("Error in charstring %s", i)
|
||||
import sys
|
||||
typ, value = sys.exc_info()[0:2]
|
||||
raise typ(value)
|
||||
raise
|
||||
if not i % 30 and progress:
|
||||
progress.increment(0) # update
|
||||
i = i + 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user