Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys-gen/gkeygen/
Date: Tue, 01 Mar 2016 16:18:59
Message-Id: 1456849024.73734eebcef4a9222c170375a3745d19c74f614e.dolsen@gentoo
1 commit: 73734eebcef4a9222c170375a3745d19c74f614e
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 16:17:04 2016 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 16:17:04 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=73734eeb
7
8 gkeys-gen: Fix typo causing a traceback for bug 572890
9
10 X-Gentoo-bug: 572890
11 X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=572890
12
13 gkeys-gen/gkeygen/actions.py | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/gkeys-gen/gkeygen/actions.py b/gkeys-gen/gkeygen/actions.py
17 index 0bc34cd..aaedcd1 100644
18 --- a/gkeys-gen/gkeygen/actions.py
19 +++ b/gkeys-gen/gkeygen/actions.py
20 @@ -149,7 +149,7 @@ class Actions(object):
21 ack = py_input("Continue?[y/n]: ").lower()
22 if ack in ["n", "no"]:
23 messages.extend(['', "\nKey generation aborted."])
24 - return (False. messages)
25 + return (False, messages)
26 elif ack in ["y", "yes"]:
27 # Set the environment to custom gpg directory
28 os.environ['GNUPGHOME'] = gpghome