mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-25 23:51:07 +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):
|
def __init__(self, client, monitor):
|
||||||
self.client = client
|
self.client = client
|
||||||
self.monitor = monitor
|
self.monitor = monitor
|
||||||
|
self.children = {}
|
||||||
|
|
||||||
def getChild(self, name, req):
|
def getChild(self, name, req):
|
||||||
if not name:
|
if not name:
|
||||||
|
Loading…
Reference in New Issue
Block a user