Remove redundant os.close(master_fd) call inside SpawnProcess._start() since
authorZac Medico <zmedico@gentoo.org>
Thu, 9 Oct 2008 20:03:37 +0000 (20:03 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 9 Oct 2008 20:03:37 +0000 (20:03 -0000)
commita946999a8ed558ed50d5a37a3b4eee9ccc40961a
tree8b7cac8a5560f2aa95b209f8e641e35d0e0229df
parent445daffe9b37122bd37a67e90156f75f4cfe03ae
Remove redundant os.close(master_fd) call inside SpawnProcess._start() since
that file discriptor is referenced by a file object which already has an
appropriate close() call. This fixes an 'IOError: [Errno 9] Bad file
descriptor' exception which was raised when attempting to close the file
object.

svn path=/main/trunk/; revision=11666
pym/_emerge/__init__.py