mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 16:58:10 +00:00
Make sure return type is consistent.
This commit is contained in:
parent
7aed7dbd8a
commit
28dbdbe019
@ -384,7 +384,7 @@ class BucketWriter(object):
|
||||
start = self._clock.seconds()
|
||||
precondition(not self.closed)
|
||||
if self.throw_out_all_data:
|
||||
return
|
||||
return False
|
||||
|
||||
# Make sure we're not conflicting with existing data:
|
||||
end = offset + len(data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user