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 @@ class PRST1(USBMS):
'WHERE _id = ?') 'WHERE _id = ?')
t = (collectionId,) t = (collectionId,)
cursor.execute(query, t) cursor.execute(query, t)
debug_print('Deleted Collection: ' + collection) debug_print('Deleted Collection: ' + repr(collection))
connection.commit() connection.commit()
cursor.close() cursor.close()