Searched refs:needs_output (Results 1 – 1 of 1) sorted by relevance
40 def invoke_command(command, needs_output, exeption_type = Exception, argument43 pipe_stdout = subprocess.PIPE if (needs_output == True) else None48 if needs_output == True:
Completed in 5 milliseconds