This commit is contained in:
Kovid Goyal 2010-07-09 13:45:12 -06:00
commit 797e319a3e

View File

@ -176,7 +176,6 @@ class KOBO(USBMS):
ImageID = row[0]
cursor.close()
if ImageID != None:
cursor = connection.cursor()
if ContentType == 6:
# Delete the shortcover_pages first
@ -192,7 +191,7 @@ class KOBO(USBMS):
connection.commit()
cursor.close()
else:
if ImageID != None:
print "Error condition ImageID was not found"
print "You likely tried to delete a book that the kobo has not yet added to the database"