MOBI Output: Fix download of Chicago Tribune

This commit is contained in:
Kovid Goyal 2009-05-01 11:27:47 -07:00
parent ec9111aa7f
commit 4af8f1c568

View File

@ -89,7 +89,7 @@ class _ErrorHandler(object):
elif issubclass(error, xml.dom.DOMException):
error.line = line
error.col = col
raise error(msg, line, col)
raise error(msg)
else:
raise error(msg)
else: