Searched refs:dest_path (Results 1 – 1 of 1) sorted by relevance
8 def apply_patch(patch_file, dest_path): argument17 log_path = dest_path / str(Path(patch_file).name + ".log")19 if subprocess.call(cmd, stderr=output_log, cwd=dest_path):