Searched refs:clean_up (Results 1 – 1 of 1) sorted by relevance
227 for clean_up in os.listdir(os.path.join(out_path)):228 if not clean_up.endswith(package_name):229 clean_up_path = os.path.join(out_path, clean_up)233 shutil.rmtree(os.path.join(out_path, clean_up))