Skip to content

Commit 9064ff8

Browse files
committed
Huh?
1 parent 70afb44 commit 9064ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydocstringformatter/testutils/primer/packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ 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)
39+
print("CHECK:", self.clone_directory.iterdir())
4040
print("CHECK:", self.clone_directory.exists())
4141
# Clone if not yet cloned
4242
if not self.clone_directory.exists():

0 commit comments

Comments
 (0)