From e8042007ffadb22297fbf233d5eef87038752a09 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Sat, 26 Dec 2009 10:05:25 +0000 Subject: [PATCH] init list before use svn: r13920 --- src/plugins/webreport/NarrativeWeb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 380aa641f..655c13223 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -4983,6 +4983,7 @@ class NavWebReport(Report): self.photo_list = {} def write_report(self): + _WRONGMEDIAPATH = [] if not self.use_archive: dir_name = self.target_path if dir_name is None: