diff --git a/contrib/make_download b/contrib/make_download index 0839ea80b..ee315866a 100755 --- a/contrib/make_download +++ b/contrib/make_download @@ -41,7 +41,7 @@ for k, n in files.items(): string = re.sub("
(.*?)
"%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)