Fix silly typo/copy-paste

This commit is contained in:
Timothy Legge 2010-08-24 21:40:31 -03:00
parent 19bcbb713f
commit 238b06dfc4

View file

@ -193,7 +193,7 @@ def delete_via_sql(self, ContentID, ContentType):
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"