change from call()/check_call to Popen() in log_exec. This will raise and log an...
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Fri, 27 Mar 2009 19:50:29 +0000 (19:50 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Fri, 27 Mar 2009 19:50:29 +0000 (19:50 +0000)
commitf085bc647d686cb86d21b66440d76e0e6e2cd704
treebf14b32ac6fca2b445f333700f99c092c90ffdbb
parent0f579d47b091e314de4790c4b71dabe6366c08ea
change from call()/check_call to Popen() in log_exec.  This will raise and log an exception when spawned processes barf.  nm.daemon should now be empty :-D
logger.py