titus.inspector.defs.pipewait

titus.inspector.defs.pipewait(proc)[source]

Helper function to wait for a subprocess.Popen to complete.

Parameters:proc (subprocess.Popen) – process to wait for
Return type:None
Returns:nothing; if the process’s return code is not 0, a warning message is printed to standard output