This commit is contained in:
Kovid Goyal 2012-09-23 19:06:35 +05:30
parent 984374825f
commit 233d902107

View file

@ -687,7 +687,7 @@ def update_device_collections(self, connection, booklist, collections,
'WHERE _id = ?')
t = (collectionId,)
cursor.execute(query, t)
debug_print('Deleted Collection: ' + collection)
debug_print('Deleted Collection: ' + repr(collection))
connection.commit()
cursor.close()