We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70afb44 commit 9064ff8Copy full SHA for 9064ff8
pydocstringformatter/testutils/primer/packages.py
@@ -36,7 +36,7 @@ def lazy_clone(self) -> None:
36
"""Clone the repo, if necessary."""
37
logging.info("Lazy cloning %s", self.url)
38
39
- print("CHECK:", self.clone_directory)
+ print("CHECK:", self.clone_directory.iterdir())
40
print("CHECK:", self.clone_directory.exists())
41
# Clone if not yet cloned
42
if not self.clone_directory.exists():
0 commit comments