mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-07 01:51:44 +00:00
Ignore interface violation in MutableFileVersion.download_to_data
This commit is contained in:
parent
a75454a04f
commit
32b77c4239
@ -951,7 +951,7 @@ class MutableFileVersion(object):
|
|||||||
return self._servermap.size_of_version(self._version)
|
return self._servermap.size_of_version(self._version)
|
||||||
|
|
||||||
|
|
||||||
def download_to_data(self, fetch_privkey=False, progress=None):
|
def download_to_data(self, fetch_privkey=False, progress=None): # type: ignore # fixme
|
||||||
"""
|
"""
|
||||||
I return a Deferred that fires with the contents of this
|
I return a Deferred that fires with the contents of this
|
||||||
readable object as a byte string.
|
readable object as a byte string.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user