79
79
self._transport.put(fn, sio)
81
def _copy_one(self, fileid, other, pb):
81
def _copy_one(self, fileid, suffix, other, pb):
82
82
if not (isinstance(other, CompressedTextStore)
83
83
and other._prefixed == self._prefixed):
84
return super(CompressedTextStore, self)._copy_one(fileid, suffix,
87
90
assert other._transport.copy_to([path], self._transport, pb=pb) == 1
89
92
def __init__(self, transport, prefixed=False):