mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
5f4799cae7
commit
d44809201f
@ -1433,7 +1433,7 @@ class LibraryDatabase2(LibraryDatabase, SchemaUpgrade, CustomColumns):
|
|||||||
if use_hardlink:
|
if use_hardlink:
|
||||||
try:
|
try:
|
||||||
hardlink_file(path, dest)
|
hardlink_file(path, dest)
|
||||||
return
|
return True
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
with lopen(dest, 'wb') as d:
|
with lopen(dest, 'wb') as d:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user