mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix silly bug
This commit is contained in:
parent
efdcfbe8d3
commit
7b9823e80d
@ -222,7 +222,7 @@ class KOBO(USBMS):
|
|||||||
return ImageID
|
return ImageID
|
||||||
|
|
||||||
def delete_images(self, ImageID):
|
def delete_images(self, ImageID):
|
||||||
if ImageID == None:
|
if ImageID != None:
|
||||||
path_prefix = '.kobo/images/'
|
path_prefix = '.kobo/images/'
|
||||||
path = self._main_prefix + path_prefix + ImageID
|
path = self._main_prefix + path_prefix + ImageID
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user