mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
Make comment more meaningful.
This commit is contained in:
parent
e6a196c144
commit
1c976990a1
@ -702,8 +702,8 @@ class Publish(object):
|
||||
|
||||
|
||||
self.log("Pushing segment %d of %d" % (segnum + 1, self.num_segments))
|
||||
# XXX: Why does this return a list?
|
||||
data = self.data.read(segsize)
|
||||
# XXX: This is dumb. Why return a list?
|
||||
data = b"".join(data)
|
||||
|
||||
assert len(data) == segsize, len(data)
|
||||
|
Loading…
Reference in New Issue
Block a user