[Pkg-anonymity-tools] [torbrowser-launcher] 05/11: typo (#161)

Ulrike Uhlig u-guest at moszumanska.debian.org
Tue Jan 20 22:46:25 UTC 2015


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

u-guest pushed a commit to branch debian
in repository torbrowser-launcher.

commit bc226c8dedd4e548cc704187a51c43d0aafa5394
Author: Micah Lee <micah at micahflee.com>
Date:   Wed Jan 7 17:44:53 2015 -0800

    typo (#161)
---
 torbrowser_launcher/common.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/torbrowser_launcher/common.py b/torbrowser_launcher/common.py
index 960a1ba..227de97 100644
--- a/torbrowser_launcher/common.py
+++ b/torbrowser_launcher/common.py
@@ -176,7 +176,7 @@ class Common:
     def import_keys(self):
         print _('Importing keys')
         for key in self.paths['signing_keys']:
-            subprocess.Popen(['/usr/bin/gpg', '--homedir', self.paths['gnupg_homedir'], '--import', key).wait()
+            subprocess.Popen(['/usr/bin/gpg', '--homedir', self.paths['gnupg_homedir'], '--import', key]).wait()
 
     # load mirrors
     def load_mirrors(self):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/torbrowser-launcher.git



More information about the Pkg-anonymity-tools mailing list