mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
...
This commit is contained in:
parent
ed1d51bf6b
commit
f3b17074e9
@ -306,7 +306,8 @@ def decode(cfi, doc): # {{{
|
||||
else if cfi.length > 0:
|
||||
point.error = "Undecoded CFI: " + cfi
|
||||
|
||||
print(point.error)
|
||||
if point.error:
|
||||
print(point.error)
|
||||
|
||||
return point
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user