Skip to content

Commit 8824566

Browse files
committed
Huh?
1 parent 9064ff8 commit 8824566

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pydocstringformatter/testutils/primer/packages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def lazy_clone(self) -> None:
3636
"""Clone the repo, if necessary."""
3737
logging.info("Lazy cloning %s", self.url)
3838

39-
print("CHECK:", self.clone_directory.iterdir())
39+
for i in self.clone_directory.iterdir():
40+
print(i)
4041
print("CHECK:", self.clone_directory.exists())
4142
# Clone if not yet cloned
4243
if not self.clone_directory.exists():

0 commit comments

Comments
 (0)