From e75a336f2d1cce47281f244df9b83000f7afb004 Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Wed, 9 May 2007 03:39:08 +0000 Subject: [PATCH] Change the default directory for the narrative web report so people don't generate the report in their database directory. svn: r8449 --- ChangeLog | 4 ++++ src/plugins/NarrativeWeb.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 32c1e8ef9..60406db75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-08 Brian Matherly + * src/plugins/NarrativeWeb.py: Change the default directory so people don't + generate the report in their database directory. + 2007-05-06 Brian Matherly * src/data/main5.css: Fix generation chart alignment for Narrative Web. diff --git a/src/plugins/NarrativeWeb.py b/src/plugins/NarrativeWeb.py index 6ae2cdee1..57df81459 100644 --- a/src/plugins/NarrativeWeb.py +++ b/src/plugins/NarrativeWeb.py @@ -2444,7 +2444,7 @@ class WebReportOptions(ReportOptions): 'NWEBarchive' : 0, 'NWEBgraph' : 1, 'NWEBgraphgens' : 4, - 'NWEBod' : './', + 'NWEBod' : os.path.join(const.user_home,"NWEB"), 'NWEBcopyright' : 0, 'NWEBrestrictinfo' : 0, 'NWEBrestrictyears' : 30,