Save after having updated the configuration.

This commit is contained in:
Alessio Treglia 2012-03-09 13:35:07 +01:00
parent 2bc9a2df1b
commit b79d293967
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ class LadiConfiguration(SafeConfigParser):
except MissingSectionHeaderError:
if yaml:
self._migrate_configuration()
self.save()
# go on otherwise
except:
raise MalformedConfigError()