@@ -3,7 +3,6 @@ from pathlib import Path
from git import Repo
def clone_repository(repo_url: AnyHttpUrl) -> Path:
print(f'cloning into {repo_url}')
# extract repo name
repo_name = repo_url.split('/')[-1].replace('.git', '')
dst_dir = Path(__file__).parent / repo_name
The note is not visible to the blocked user.