]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Check if the claimed build directory doesn't exist, and warn that we don't
authorGreg Ward <gward@python.net>
Sat, 20 May 2000 15:08:57 +0000 (15:08 +0000)
committerGreg Ward <gward@python.net>
Sat, 20 May 2000 15:08:57 +0000 (15:08 +0000)
commitf355d473fa477ece2c85f54bdcce38114cac4bee
treebb9cf4edfeb3e5200a78ad323715e7b689eefed4
parent44a61bbb66cfc6a0821d591ccf33fbc209aab112
Check if the claimed build directory doesn't exist, and warn that we don't
have any Python modules to install (rather than bomb when we try to copy
a non-existent directory).
Lib/distutils/command/install_lib.py