From 607db6a750a7f31ec492b2d8508171bcc549d83e Mon Sep 17 00:00:00 2001 From: "bator@nc.rr.com" <> Date: Wed, 25 Aug 2010 02:25:42 -0400 Subject: [PATCH] Fixes book deletion error in version 0.7.15 on Windows line 273 not all parameters are passed --- src/calibre/devices/prs505/sony_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/prs505/sony_cache.py b/src/calibre/devices/prs505/sony_cache.py index b5a8f08541..918b0d055e 100644 --- a/src/calibre/devices/prs505/sony_cache.py +++ b/src/calibre/devices/prs505/sony_cache.py @@ -368,7 +368,7 @@ class XMLCache(object): if book.device_collections is None: book.device_collections = [] book.device_collections = playlist_map.get(book.lpath, []) - debug_print('Timezone votes: %d GMT, %d LTZ, use_tz_var='% + debug_print('Timezone votes: %d GMT, %d LTZ, use_tz_var= %d'% (gtz_count, ltz_count, use_tz_var)) self.update_playlists(i, root, booklist, collections_attributes) # Update the device collections because update playlist could have added