mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-10 02:54:29 +01:00
...
This commit is contained in:
parent
57f41246e7
commit
8405be4ebb
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue