Searched refs:template_path (Results 1 – 2 of 2) sorted by relevance
28 def copy_file(suite_path, template_path, target_path): argument31 template_path = os.path.join(template_path, "src")39 shutil.copytree(template_path, os.path.join(target_path, "src"))80 copy_file(args.suite_path, args.template_path, args.target_path)
484 "--template_path",