From d2274b31e313d016dcac21e6da91183e514a7a1b Mon Sep 17 00:00:00 2001 From: SNoiraud Date: Tue, 4 Jun 2024 11:52:33 +0200 Subject: [PATCH] Heatmap: bug when we use an archive --- gramps/plugins/webreport/heatmap.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gramps/plugins/webreport/heatmap.py b/gramps/plugins/webreport/heatmap.py index a1b338e8aad..4b526c7c1a5 100644 --- a/gramps/plugins/webreport/heatmap.py +++ b/gramps/plugins/webreport/heatmap.py @@ -195,7 +195,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