[Pkg-privacy-commits] [torbrowser-launcher] 41/48: typo (#161)
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:22:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 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/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list