mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
MOBI Output: Fix download of Chicago Tribune
This commit is contained in:
parent
ec9111aa7f
commit
4af8f1c568
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user