make_download: show which file failed signaure check

This commit is contained in:
ThomasV 2015-03-28 15:42:04 +01:00
parent 9dd0728558
commit 3b8184cef3
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ for k, n in files.items():
string = re.sub("<div id=\"%s\">(.*?)</div>"%k, '', string, flags=re.DOTALL + re.MULTILINE)
continue
if os.system("gpg --verify %s"%sigpath) != 0:
raise
raise BaseException(sigpath)
string = string.replace("##link_%s##"%k, link)