diff --git a/expert/report.py b/expert/report.py index 4712bde..d520c61 100644 --- a/expert/report.py +++ b/expert/report.py @@ -90,7 +90,7 @@ class ReportInstance(BaseReport): def __init__(self, context): self.context = context - self.name = context.name + self.name = self.type def getResultsRenderer(self, name, macros): return macros[name]