make_download: show which file failed signaure check
This commit is contained in:
@@ -41,7 +41,7 @@ for k, n in files.items():
|
|||||||
string = re.sub("<div id=\"%s\">(.*?)</div>"%k, '', string, flags=re.DOTALL + re.MULTILINE)
|
string = re.sub("<div id=\"%s\">(.*?)</div>"%k, '', string, flags=re.DOTALL + re.MULTILINE)
|
||||||
continue
|
continue
|
||||||
if os.system("gpg --verify %s"%sigpath) != 0:
|
if os.system("gpg --verify %s"%sigpath) != 0:
|
||||||
raise
|
raise BaseException(sigpath)
|
||||||
string = string.replace("##link_%s##"%k, link)
|
string = string.replace("##link_%s##"%k, link)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user