From 489d314db9b840fb9e2c26b3a6dacbaf4305ecac Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Sun, 3 Dec 2006 21:10:51 +0000 Subject: [PATCH] * src/plugins/NarrativeWeb.py: fix 0000595: Narrative web site, save to tar.gz format causes cash svn: r7755 --- ChangeLog | 4 ++++ src/plugins/NarrativeWeb.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7719b220d..5ed140e9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-03 Brian Matherly + * src/plugins/NarrativeWeb.py: fix 0000595: Narrative web site, save to + tar.gz format causes cash + 2006-12-02 Don Allingham * src/DataViews/_RelationView.py: disable buttons when person is inactive * src/plugins/Check.py: remove duplicate children in a family diff --git a/src/plugins/NarrativeWeb.py b/src/plugins/NarrativeWeb.py index e79059011..32d481213 100644 --- a/src/plugins/NarrativeWeb.py +++ b/src/plugins/NarrativeWeb.py @@ -906,7 +906,7 @@ class MediaPage(BasePage): try: if self.archive: - self.archive.add(photo.get_path(),newpath) + self.archive.add(photo.get_path(),str(newpath)) else: to_dir = os.path.join(self.html_dir,to_dir) if not os.path.isdir(to_dir):