mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
immutable/layout: minor change to repr name
This commit is contained in:
parent
c86acc42f4
commit
a0c5f92cbd
@ -153,7 +153,7 @@ class WriteBucketProxy:
|
||||
nodeid_s = idlib.nodeid_b2a(self._nodeid)
|
||||
else:
|
||||
nodeid_s = "[None]"
|
||||
return "<allmydata.storage.WriteBucketProxy for node %s>" % nodeid_s
|
||||
return "<WriteBucketProxy for node %s>" % nodeid_s
|
||||
|
||||
def put_header(self):
|
||||
return self._write(0, self._offset_data)
|
||||
|
Loading…
Reference in New Issue
Block a user