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):