From d3c57be0305897c35aed7d2e9d05a9c60edbe7fc Mon Sep 17 00:00:00 2001 From: SNoiraud Date: Tue, 4 Jun 2024 11:56:46 +0200 Subject: [PATCH] Heatmap: bug when we use an archive. --- gramps/plugins/webreport/heatmap.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gramps/plugins/webreport/heatmap.py b/gramps/plugins/webreport/heatmap.py index a1b338e8aad..2745e5fa6c6 100644 --- a/gramps/plugins/webreport/heatmap.py +++ b/gramps/plugins/webreport/heatmap.py @@ -126,7 +126,6 @@ def __init__(self, report, the_lang, the_title, the_filter): self.sort_name = None self.person = None self.rel_class = None - self.index_fname = None self.events = [] self.places = [] self.count = 0 @@ -195,7 +194,6 @@ def heatmaplistpage(self, report, the_lang, the_title, events): """Heatmap report class.""" date = 0 output_file, sio = self.report.create_file("heatmaps") - self.index_fname = output_file.name self.uplink = False result = self.write_header(self._("Heatmaps")) indlistpage, dummy_head, dummy_body, outerwrapper = result