From 233d9021075f190f280a4fe39b07bb5683b1c555 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 23 Sep 2012 19:06:35 +0530 Subject: [PATCH] ... --- src/calibre/devices/prst1/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/prst1/driver.py b/src/calibre/devices/prst1/driver.py index 8b76255532..4cbe9b4994 100644 --- a/src/calibre/devices/prst1/driver.py +++ b/src/calibre/devices/prst1/driver.py @@ -687,7 +687,7 @@ class PRST1(USBMS): 'WHERE _id = ?') t = (collectionId,) cursor.execute(query, t) - debug_print('Deleted Collection: ' + collection) + debug_print('Deleted Collection: ' + repr(collection)) connection.commit() cursor.close()