mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 23:26:43 +00:00
Fix "class has no children attribute" error
This commit is contained in:
parent
cfb1560d15
commit
c7aa789a22
@ -622,6 +622,7 @@ class DeepCheckAndRepairResultsRenderer(MultiFormatResource):
|
||||
def __init__(self, client, monitor):
|
||||
self.client = client
|
||||
self.monitor = monitor
|
||||
self.children = {}
|
||||
|
||||
def getChild(self, name, req):
|
||||
if not name:
|
||||
|
Loading…
Reference in New Issue
Block a user