mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 22:03:04 +00:00
blacklist.py: add read() method too, for completeness
This commit is contained in:
parent
3d7a32647c
commit
445e9eaf37
@ -153,3 +153,6 @@ class ProhibitedNode:
|
||||
|
||||
def get_writekey(self):
|
||||
raise FileProhibited(self.reason)
|
||||
|
||||
def read(self, consumer, offset=0, size=None):
|
||||
raise FileProhibited(self.reason)
|
||||
|
Loading…
x
Reference in New Issue
Block a user