From 8405be4ebbc703d2e0ca69ceff86214aebc96732 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 16 Jun 2015 08:15:24 +0530 Subject: [PATCH] ... --- src/calibre/srv/content.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/srv/content.py b/src/calibre/srv/content.py index b44d0415ba..8fb8cbd2ea 100644 --- a/src/calibre/srv/content.py +++ b/src/calibre/srv/content.py @@ -57,7 +57,6 @@ def create_file_copy(ctx, rd, prefix, library_id, book_id, ext, mtime, copy_func except EnvironmentError: pass ans = lopen(fname, 'w+b') - do_copy = True if do_copy: copy_func(ans) ans.seek(0)