mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
09495f1840
commit
e75958a1f1
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ def cover_from_format(self, *args):
|
|||
_('Could not open %s. Is it being used by another'
|
||||
' program?')%fname, det_msg=traceback.format_exc(),
|
||||
show=True)
|
||||
return False
|
||||
return
|
||||
if mi is None:
|
||||
return
|
||||
cdata = None
|
||||
|
|
|
|||
Loading…
Reference in a new issue