Skip to content

Commit

Permalink
narrativeweb : bug 8528 : local variable 'body' referenced before ass…
Browse files Browse the repository at this point in the history
…ignment

bug report and fix the day of the release...
  • Loading branch information
SNoiraud authored and romjerome committed May 2, 2015
1 parent ee624ff commit 8821546
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gramps/plugins/webreport/narrativeweb.py
Original file line number Diff line number Diff line change
Expand Up @@ -5052,14 +5052,14 @@ def __init__(self, report, title):
else:
tcell += " "

# clear line for proper styling
# create footer section
footer = self.write_footer()
body += (fullclear, footer)

# send page out for processing
# and close the file
self.XHTMLWriter(downloadpage, of, sio)
# clear line for proper styling
# create footer section
footer = self.write_footer()
body += (fullclear, footer)

# send page out for processing
# and close the file
self.XHTMLWriter(downloadpage, of, sio)

class ContactPage(BasePage):
def __init__(self, report, title):
Expand Down

0 comments on commit 8821546

Please sign in to comment.