From 8e70314eab80bd4c592ca6b63d743e2e272755cd Mon Sep 17 00:00:00 2001 From: John Schember Date: Tue, 12 Jan 2010 07:38:13 -0500 Subject: [PATCH] Cybook Driver: Remove aux files created for epubs. --- src/calibre/devices/cybook/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/cybook/driver.py b/src/calibre/devices/cybook/driver.py index 8790cea6b8..c3593fbad2 100644 --- a/src/calibre/devices/cybook/driver.py +++ b/src/calibre/devices/cybook/driver.py @@ -39,7 +39,7 @@ class CYBOOK(USBMS): EBOOK_DIR_MAIN = 'eBooks' EBOOK_DIR_CARD_A = 'eBooks' THUMBNAIL_HEIGHT = 144 - DELETE_EXTS = ['.mbp', '.dat', '.bin', '_6090.t2b'] + DELETE_EXTS = ['.mbp', '.dat', '.bin', '_6090.t2b', 'epub.bin', 'epub.dat', 'epub.thn'] SUPPORTS_SUB_DIRS = True def upload_cover(self, path, filename, metadata):