Make sure return type is consistent.

This commit is contained in:
Itamar Turner-Trauring 2022-01-17 14:31:29 -05:00
parent 7aed7dbd8a
commit 28dbdbe019

View File

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