Skip to content

Commit

Permalink
Align with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed May 16, 2024
1 parent 6eed7ea commit 9053e13
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/python/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,6 @@ def clone_repo(self) -> None:
with lock:
if self.repo_path.exists():
return
print(
"Cloning",
self.repo_slug,
"to",
self.repo_path,
"because:",
self.repo_path.exists(),
)
try:
clone_repo(self.repo_slug, self.repo_path)
except Exception as e:
Expand Down

0 comments on commit 9053e13

Please sign in to comment.