Merge pull request #1124 from StinGer-ShoGuN/PR_01
Default HTML export to pyfa save path, and allow override of database file path
This commit is contained in:
@@ -263,7 +263,7 @@ class HTMLExportSettings(object):
|
||||
|
||||
def __init__(self):
|
||||
serviceHTMLExportDefaultSettings = {
|
||||
"path" : config.pyfaPath + os.sep + 'pyfaFits.html',
|
||||
"path" : config.savePath + os.sep + 'pyfaFits.html',
|
||||
"minimal": False
|
||||
}
|
||||
self.serviceHTMLExportSettings = SettingsProvider.getInstance().getSettings(
|
||||
|
||||
Reference in New Issue
Block a user