]> git.llucax.com Git - software/pymin.git/commit
Call wait() on the Popen object instead of the ProcessInfo object.
authorLeandro Lucarella <llucax@gmail.com>
Sat, 17 May 2008 04:33:39 +0000 (01:33 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 21 May 2008 16:01:56 +0000 (13:01 -0300)
commit0efbad96275d4663ec1f170849947730edeb05ad
treea3a46ed5e501bf5b866029abf3bcfe12b792a0b4
parent614b40051120971a022e66d0fe4827ae917f5d0c
Call wait() on the Popen object instead of the ProcessInfo object.

This should fix ProcessManager.restart() method, so we add it as a global
function too.
pymin/procman.py