Skip to content

Commit d7de070

Browse files
committed
display the failed to download URL
1 parent 20f5098 commit d7de070

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ompackagemanager/updateinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def main():
292292
with zipfile.ZipFile(zipfilepath, 'r') as zip_ref:
293293
zip_ref.extractall(repopath)
294294
except zipfile.BadZipfile:
295-
print("Failed to download or extract zip file from URL: %s" % zipfilepath)
295+
print("Failed to download or extract zip file from URL: %s downloaded to %s" % (sha, zipfilepath))
296296
raise
297297
else:
298298
gitrepo = getgitrepo(giturl, repopath + ".git")

0 commit comments

Comments
 (0)