]> granicus.if.org Git - python/commit
We erronuously re-used the pimpinstaller object if there were multiple installs.
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 21 Jul 2003 22:11:07 +0000 (22:11 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 21 Jul 2003 22:11:07 +0000 (22:11 +0000)
commit40b2e839246aa74f08eea1c2abb60e5ca93ecab0
tree17c5bc2782c5117588de20dae0db05cf7cae1218
parenta7203d10375c9efa69b8a39f8a4c9f71c20f1e9e
We erronuously re-used the pimpinstaller object if there were multiple installs.
This lead to a duplication of error messages (and installs). Fixes #764615.
Mac/Tools/IDE/PackageManager.py