mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
...
This commit is contained in:
parent
57f41246e7
commit
8405be4ebb
@ -57,7 +57,6 @@ def create_file_copy(ctx, rd, prefix, library_id, book_id, ext, mtime, copy_func
|
|||||||
except EnvironmentError:
|
except EnvironmentError:
|
||||||
pass
|
pass
|
||||||
ans = lopen(fname, 'w+b')
|
ans = lopen(fname, 'w+b')
|
||||||
do_copy = True
|
|
||||||
if do_copy:
|
if do_copy:
|
||||||
copy_func(ans)
|
copy_func(ans)
|
||||||
ans.seek(0)
|
ans.seek(0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user