mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
make_download: show which file failed signaure check
This commit is contained in:
parent
9dd0728558
commit
3b8184cef3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue