diff --git a/bin/tools/config.py b/bin/tools/config.py index 27bdf61bdcf..e8e3e19060c 100644 --- a/bin/tools/config.py +++ b/bin/tools/config.py @@ -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()