Change the default directory for the narrative web report so people don't generate the report in their database directory.
svn: r8448
This commit is contained in:
@@ -2453,7 +2453,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,
|
||||
|
Reference in New Issue
Block a user