[Pkg-privacy-commits] [torbrowser-launcher] 10/48: Clean up exception on gpg verify function

Roger Shimizu rosh at moszumanska.debian.org
Mon Sep 4 16:42:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

rosh pushed a commit to branch debian/sid
in repository torbrowser-launcher.

commit a0090b42d5d7063da4cc8c861f88cd6eb94c3457
Author: Kajisav <dan at dephekt.net>
Date:   Sun Mar 5 02:24:05 2017 -0600

    Clean up exception on gpg verify function
---
 torbrowser_launcher/launcher.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/torbrowser_launcher/launcher.py b/torbrowser_launcher/launcher.py
index acff817..6b5d974 100644
--- a/torbrowser_launcher/launcher.py
+++ b/torbrowser_launcher/launcher.py
@@ -486,7 +486,7 @@ class Launcher:
             
             try:
                 c.verify(signature=sig, signed_data=signed)
-            except Exception as e:
+            except:
                 self.set_gui('task', _("SIGNATURE VERIFICATION FAILED!\n\nYou might be under attack, or there might just be a networking problem. Click Start try the download again."), ['start_over'], False)
                 self.clear_ui()
                 self.build_ui()

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list