commit: 56a51ebfdf243c93e3b93c1ada1d84a95a04321e Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Thu Dec 25 19:43:04 2014 +0000 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> 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 = {