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 CF90F1389E2 for ; Thu, 25 Dec 2014 20:43:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A426CE096A; Thu, 25 Dec 2014 20:43:14 +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 BF656E0966 for ; Thu, 25 Dec 2014 20:43:13 +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 0AF1F340554 for ; Thu, 25 Dec 2014 20:43:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 269C0D5D7 for ; Thu, 25 Dec 2014 20:43:10 +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: <1419536584.56a51ebfdf243c93e3b93c1ada1d84a95a04321e.dol-sen@gentoo> Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/ X-VCS-Repository: proj/gentoo-keys X-VCS-Files: gkeys-ldap/gkeyldap/cli.py X-VCS-Directories: gkeys-ldap/gkeyldap/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 56a51ebfdf243c93e3b93c1ada1d84a95a04321e X-VCS-Branch: master Date: Thu, 25 Dec 2014 20:43:10 +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: 1899eac5-af37-4d37-9228-3c7a9fdae495 X-Archives-Hash: 9bf0dc4a05c4f1524cb3892c2690c670 commit: 56a51ebfdf243c93e3b93c1ada1d84a95a04321e Author: Brian Dolbec gentoo org> AuthorDate: Thu Dec 25 19:43:04 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Thu Dec 25 19:43:04 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-keys.git;a=commit;h=56a51ebf gkeys-ldap/cli.py: Update print_results assignment for CliBase --- gkeys-ldap/gkeyldap/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gkeys-ldap/gkeyldap/cli.py b/gkeys-ldap/gkeyldap/cli.py index 5a1e141..fd29a94 100644 --- a/gkeys-ldap/gkeyldap/cli.py +++ b/gkeys-ldap/gkeyldap/cli.py @@ -28,7 +28,7 @@ class Main(CliBase): """ self.root = root or "/" self.config = config or GKeysConfig(root=root) - self.print_results = print_results + self.config.options['print_results'] = print_results self.args = None self.seeds = None self.cli_config = {