We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f5098 commit d7de070Copy full SHA for d7de070
1 file changed
ompackagemanager/updateinfo.py
@@ -292,7 +292,7 @@ def main():
292
with zipfile.ZipFile(zipfilepath, 'r') as zip_ref:
293
zip_ref.extractall(repopath)
294
except zipfile.BadZipfile:
295
- print("Failed to download or extract zip file from URL: %s" % zipfilepath)
+ print("Failed to download or extract zip file from URL: %s downloaded to %s" % (sha, zipfilepath))
296
raise
297
else:
298
gitrepo = getgitrepo(giturl, repopath + ".git")
0 commit comments