]> granicus.if.org Git - python/commit
Fix bug in recent change to logging code.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Jun 2002 20:30:10 +0000 (20:30 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Jun 2002 20:30:10 +0000 (20:30 +0000)
commite6f40ea4b668ae615b1f48461a4875d966b2915a
tree255fb0b9592f30b154ee4e10282253ee2669f6ef
parenta2f9989c1a5451253d1e6e8508af422363c7e113
Fix bug in recent change to logging code.

mode is not computed in dry_run mode, so it can't be included in the
log message.
Lib/distutils/command/install_scripts.py