Searched refs:execution_path (Results 1 – 2 of 2) sorted by relevance
53 def run_build(execution_path): argument55 run_cmd(cmd, execution_path)58 def run_pack(execution_path): argument60 run_cmd(cmd, execution_path)
63 def run_command(cmd, execution_path): argument64 print(" ".join(cmd) + " | execution_path: " + execution_path)65 proc = subprocess.Popen(cmd, cwd=execution_path)