More debugging

This commit is contained in:
José Manuel Barroso Galindo
2023-08-13 13:15:20 +02:00
committed by GitHub
parent 873c893a22
commit fdc69d441b

View File

@@ -669,6 +669,7 @@ def download_mister_devel_repository(input_url: str, delme: str, category: str)
git_url = f'{input_url.replace(cleanup, "")}.git'
download_repository(path, git_url, branch)
print('path: ' + path)
return path
def get_repository_name(url: str) -> str: