bzr revid: stephane@tinyerp.com-20090206180614-mmafu64sjddgtayk
This commit is contained in:
Stephane Wirtel 2009-02-06 19:06:14 +01:00
parent a9208cb299
commit 2acfff6a93
1 changed files with 2 additions and 2 deletions

View File

@ -272,8 +272,8 @@ class configmanager(object):
if self.options['db_password']:
if sys.platform == 'win32' and not self.options['db_host']:
self.options['db_host'] = 'localhost'
if self.options['db_host']:
self._generate_pgpassfile()
#if self.options['db_host']:
# self._generate_pgpassfile()
if opt.save:
self.save()