From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3E3DC13877A for ; Wed, 20 Aug 2014 03:55:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31759E08F5; Wed, 20 Aug 2014 03:55:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54380E08F2 for ; Wed, 20 Aug 2014 03:55:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76F543401FE for ; Wed, 20 Aug 2014 03:55:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB9CF39C0 for ; Wed, 20 Aug 2014 03:55:19 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1408313231.e0450438bf63d93d385e4c95013c5c603568702b.dol-sen@gentoo> Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys/ X-VCS-Repository: proj/gentoo-keys X-VCS-Files: gkeys/actions.py X-VCS-Directories: gkeys/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: e0450438bf63d93d385e4c95013c5c603568702b X-VCS-Branch: master Date: Wed, 20 Aug 2014 03:55:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 15e8f873-556e-4bf3-bd30-59e3927c595b X-Archives-Hash: 58ea3a3ce6e384dfb0dc27fbabdb80e6 commit: e0450438bf63d93d385e4c95013c5c603568702b Author: Pavlos Ratis gentoo org> AuthorDate: Sun Aug 17 18:23:34 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sun Aug 17 22:07:11 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=e0450438 minor format fix --- gkeys/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gkeys/actions.py b/gkeys/actions.py index 030424f..03b5ce9 100644 --- a/gkeys/actions.py +++ b/gkeys/actions.py @@ -246,7 +246,7 @@ class Actions(object): failed = defaultdict(list) self.output('', '\n Checking keys...') for gkey in installed_keys: - self.logger.debug("ACTIONS: checkkey; gkey = %s" % gkey) + self.logger.debug("ACTIONS: checkkey; gkey = %s" % str(gkey)) for key in gkey.keyid: results[gkey.name] = self.gpg.check_keys(gkey.keydir, key) if results[gkey.name].expired: