mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-02 01:08:20 +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()
|
start = self._clock.seconds()
|
||||||
precondition(not self.closed)
|
precondition(not self.closed)
|
||||||
if self.throw_out_all_data:
|
if self.throw_out_all_data:
|
||||||
return
|
return False
|
||||||
|
|
||||||
# Make sure we're not conflicting with existing data:
|
# Make sure we're not conflicting with existing data:
|
||||||
end = offset + len(data)
|
end = offset + len(data)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user