hotfix: add print statement for debugging

This commit is contained in:
Louis Abel 2023-06-27 19:09:11 -07:00
parent ad2c828060
commit 6ba79e2aaf
Signed by: label
GPG Key ID: 3331F061D1D9990E

View File

@ -185,6 +185,7 @@ class SrpmImport(Import):
ref_check = f'refs/heads/{branch}' in check_repo
# if our check is correct, clone it. if not, clone normally and
# orphan.
print(f'Cloning: {self.rpm_name}')
if ref_check:
repo = gitutil.clone(
git_url_path=self.git_url,