mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
Note this code is buggy.
This commit is contained in:
parent
01db931192
commit
bb74b7fe0c
@ -701,6 +701,8 @@ class Copier(object):
|
||||
|
||||
|
||||
def need_to_copy_bytes(self, source, target):
|
||||
# This should likley be a method call! but enabling that triggers
|
||||
# additional bugs. https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3719
|
||||
if source.need_to_copy_bytes:
|
||||
# mutable tahoe files, and local files
|
||||
return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user