Commit 1b0462e5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

in verbose mode, save .installed.cfg each time a part is installed.

parent f7df58bb
......@@ -834,6 +834,9 @@ class Buildout(DictMixin):
self.installed_part_options['buildout']['parts'] = (
' '.join(installed_parts))
if self._log_level < logging.INFO:
self._save_installed_options()
self.installed_part_options['buildout']['parts'] = (
' '.join(installed_parts))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment