From 238b06dfc494d5daa66acfebee0668b9091e33fc Mon Sep 17 00:00:00 2001 From: Timothy Legge Date: Tue, 24 Aug 2010 21:40:31 -0300 Subject: [PATCH] Fix silly typo/copy-paste --- src/calibre/devices/kobo/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index 74468845f6..bd96ecd3cd 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -193,7 +193,7 @@ class KOBO(USBMS): connection.commit() cursor.close() - if ImageID != None: + 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"