NarrativeWeb : bug #0005537 : forgot to close the gendex file
svn: r18953
This commit is contained in:
parent
58afe3dfe9
commit
4aa0a450ef
@ -7173,6 +7173,7 @@ class NavWebReport(Report):
|
|||||||
self.write_gendex(gendex_io, person)
|
self.write_gendex(gendex_io, person)
|
||||||
else:
|
else:
|
||||||
self.write_gendex(fp_gendex, person)
|
self.write_gendex(fp_gendex, person)
|
||||||
|
self.close_file(fp_gendex, gendex_io)
|
||||||
self.user.end_progress()
|
self.user.end_progress()
|
||||||
|
|
||||||
def write_gendex(self, fp, person):
|
def write_gendex(self, fp, person):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user