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