Commit 30ba4860 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Julien Muchembled

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

parent 9bcd0805
......@@ -746,6 +746,9 @@ class Buildout(DictMixin):
' '.join(installed_parts))
_check_for_unused_options_in_section(self, part)
if self._log_level < logging.INFO:
self._save_installed_options()
def _uninstall_part(self, part, installed_part_options):
# uninstall part
__doing__ = 'Uninstalling %s.', part
......
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