From 92c269168039588c7f11a3e4166b95276b712a93 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 23 Feb 2025 12:37:23 +0530 Subject: [PATCH] ... --- src/calibre/devices/kobo/driver.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index ab347d73c6..50b80fe2f3 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -2350,8 +2350,7 @@ class KOBOTOUCH(KOBO): debug_print(f'Not converting {mi.title} ({name}) to KEPUB as it is DRMed') else: debug_print(f'Conversion of {mi.title} ({name}) to KEPUB succeeded') - self.skip_renaming_files.add(mi.uuid) - return name.rpartition('.')[0] + KEPUB_EXT + self.files_to_rename_to_kepub.add(mi.uuid) def _modify_epub(self, book_file, metadata, container=None): debug_print(f'KoboTouch:_modify_epub:Processing {metadata.author_sort} - {metadata.title}')