bug fixes

This commit is contained in:
ingvar1995
2016-04-05 00:12:02 +03:00
parent de5082ef38
commit 50a0850c6e
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ class Settings(Singleton, dict):
app_settings['active_profile'].remove(ProfileHelper.get_path() + self.name + '.tox')
data = json.dumps(app_settings)
with open(path, 'w') as fl:
fl.write(data)
fl.write(data)
def set_active_profile(self):
path = Settings.get_default_path() + 'toxygen.json'