This commit is contained in:
Kovid Goyal 2012-10-26 09:57:10 +05:30
parent 5f4799cae7
commit d44809201f

View File

@ -1433,7 +1433,7 @@ class LibraryDatabase2(LibraryDatabase, SchemaUpgrade, CustomColumns):
if use_hardlink:
try:
hardlink_file(path, dest)
return
return True
except:
pass
with lopen(dest, 'wb') as d: