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 d5f3325 commit d2274b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gramps/plugins/webreport/heatmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2274b3

Please sign in to comment.