Fix "class has no children attribute" error

This commit is contained in:
Sajith Sasidharan 2020-06-12 17:28:54 -04:00
parent cfb1560d15
commit c7aa789a22

View File

@ -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: