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 9064ff8 commit 8824566Copy full SHA for 8824566
pydocstringformatter/testutils/primer/packages.py
@@ -36,7 +36,8 @@ 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.iterdir())
+ for i in self.clone_directory.iterdir():
40
+ print(i)
41
print("CHECK:", self.clone_directory.exists())
42
# Clone if not yet cloned
43
if not self.clone_directory.exists():
0 commit comments