Note this code is buggy.

This commit is contained in:
Itamar Turner-Trauring 2021-05-21 11:01:00 -04:00
parent 01db931192
commit bb74b7fe0c

View File

@ -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