Mercurial > libervia-backend
diff src/memory/memory.py @ 1046:a874a79ad0f5
tools: add missing file src/tools/config.py
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 23 May 2014 10:03:33 +0200 |
parents | 65fffdcb97f1 |
children | 7ee9d9db67b9 |
line wrap: on
line diff
--- a/src/memory/memory.py Fri May 23 09:59:15 2014 +0200 +++ b/src/memory/memory.py Fri May 23 10:03:33 2014 +0200 @@ -180,7 +180,7 @@ if os.path.isfile(os.path.expanduser(old_default) + '/' + C.SAVEFILE_DATABASE): if not silent: log.warning(_("A database has been found in the default local_dir for previous versions (< 0.5)")) - fixConfigOption('', 'local_dir', old_default) + fixConfigOption('', 'local_dir', old_default, silent) class Memory(object):