Skip to content

Commit

Permalink
Save HTML export to .pyfa user's directory by default.
Browse files Browse the repository at this point in the history
This commit is part of attempts to ease system package creation and
maintenance (specifically Gentoo ebuilds).
  • Loading branch information
StinGer-ShoGuN committed Apr 12, 2017
1 parent 7f50503 commit c003729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def getInstance(cls):

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(
Expand Down

0 comments on commit c003729

Please sign in to comment.