Searched refs:src_dir (Results 1 – 1 of 1) sorted by relevance
41 def do_copy_folder(src_dir, dst_dir, ignore=None): argument44 if not os.path.exists(src_dir):54 shutil.copytree(src_dir, dst_dir, ignore = ignore)234 src_dir = []245 if full_path not in src_dir:246 src_dir.append(full_path)249 for item in src_dir: