[Pkg-privacy-commits] [torbrowser-launcher] 29/48: common.py: Always call refresh_keyring prior to importing keys.
Roger Shimizu
rosh at moszumanska.debian.org
Mon Sep 4 16:42:34 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 6f77eb167cd3318d08e7aaa0c5dafb07c58cf762
Author: Dan Snider <dan at dephekt.net>
Date: Thu Apr 13 17:35:01 2017 -0500
common.py: Always call refresh_keyring prior to importing keys.
---
torbrowser_launcher/common.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/torbrowser_launcher/common.py b/torbrowser_launcher/common.py
index 17a2b12..710fe24 100644
--- a/torbrowser_launcher/common.py
+++ b/torbrowser_launcher/common.py
@@ -282,6 +282,7 @@ class Common:
if not all_imports_succeeded:
print _('Not all keys were imported successfully!')
+ self.refresh_keyring()
return all_imports_succeeded
# load mirrors
--
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