mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
Add stub for LocalCiphertextReader.set_upload_status
This commit is contained in:
parent
32b77c4239
commit
646297ddc3
@ -499,6 +499,8 @@ class LocalCiphertextReader(AskUntilSuccessMixin):
|
|||||||
# ??. I'm not sure if it makes sense to forward the close message.
|
# ??. I'm not sure if it makes sense to forward the close message.
|
||||||
return self.call("close")
|
return self.call("close")
|
||||||
|
|
||||||
|
def set_upload_status(self, upload_status):
|
||||||
|
raise NotImplementedError
|
||||||
|
|
||||||
|
|
||||||
@implementer(interfaces.RIHelper, interfaces.IStatsProducer)
|
@implementer(interfaces.RIHelper, interfaces.IStatsProducer)
|
||||||
|
Loading…
Reference in New Issue
Block a user