tmake_download: show which file failed signaure check - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 3b8184cef3a2014028ef18c8625c975375a468fc DIR parent 9dd0728558168d5b77695f6cc6945d3ae9ddc081 HTML Author: ThomasV <thomasv@gitorious> Date: Sat, 28 Mar 2015 15:42:04 +0100 make_download: show which file failed signaure check Diffstat: M contrib/make_download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/contrib/make_download b/contrib/make_download t@@ -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)