Fix silly bug

This commit is contained in:
Timothy Legge 2010-06-08 21:07:13 -03:00
parent efdcfbe8d3
commit 7b9823e80d

View File

@ -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