Searched refs:param_shell (Results 1 – 1 of 1) sorted by relevance
48 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True): argument51 …s.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=param_shell, cwd=execute.cw…