Inside portage.fetch(), check for the case where FETCOMMAND creates a
authorZac Medico <zmedico@gentoo.org>
Thu, 12 Feb 2009 03:53:07 +0000 (03:53 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 12 Feb 2009 03:53:07 +0000 (03:53 -0000)
commitf3c52f0bc6869e92ff888387fed3c95048f77eda
tree28eecfadc27480b4d758243b51933352695d5d69
parent676495936bdde5a8992e867d963381fcfecbeec6
Inside portage.fetch(), check for the case where FETCOMMAND creates a
directory where a file is expected. This can happen if FETCHCOMMAND
erroneously contains wget's -P option where it should instead have -O, as
reported in bug #258433, comment #16.

svn path=/main/trunk/; revision=12601
pym/portage/__init__.py