Skip to content

Commit f813e03

Browse files
committed
And now without the removal
1 parent 9f99a5f commit f813e03

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pydocstringformatter/testutils/primer/packages.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import logging
2-
import shutil
32
from dataclasses import dataclass
43
from pathlib import Path
54
from typing import Dict, List, Union
@@ -37,9 +36,6 @@ def lazy_clone(self) -> None:
3736
"""Clone the repo, if necessary."""
3837
logging.info("Lazy cloning %s", self.url)
3938

40-
for i in self.clone_directory.iterdir():
41-
print(i)
42-
shutil.rmtree(self.clone_directory)
4339
print("CHECK:", self.clone_directory.exists())
4440
# Clone if not yet cloned
4541
if not self.clone_directory.exists():

0 commit comments

Comments
 (0)