Skip to content

Commit

Permalink
Heatmap: bug when we use an archive.
Browse files Browse the repository at this point in the history
  • Loading branch information
SNoiraud committed Jun 4, 2024
1 parent 3002bb5 commit d3c57be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gramps/plugins/webreport/heatmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d3c57be

Please sign in to comment.