mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-24 03:03:20 +00:00
More debugging
This commit is contained in:
committed by
GitHub
parent
873c893a22
commit
fdc69d441b
1
.github/download_distribution.py
vendored
1
.github/download_distribution.py
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user