Save HTML export to .pyfa user's directory by default.

This commit is part of attempts to ease system package creation and
maintenance (specifically Gentoo ebuilds).
This commit is contained in:
StinGer ShoGun
2017-04-12 16:13:56 +02:00
parent 7f50503aec
commit c00372900f

View File

@@ -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(