[Pkg-anonymity-tools] [torbrowser-launcher] 41/48: typo (#161)

Holger Levsen holger at moszumanska.debian.org
Wed Feb 4 22:15:41 UTC 2015


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

holger pushed a commit to branch master
in repository torbrowser-launcher.

commit 9f73b6de7390b171454dcb03a71d0b82e5e0f7b8
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