diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2014-12-25 11:43:04 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2014-12-25 11:43:04 -0800 |
commit | 56a51ebfdf243c93e3b93c1ada1d84a95a04321e (patch) | |
tree | dae972cffe135969592ab8ea49aefbcd4df87ed3 /gkeys-ldap | |
parent | gkeys-ldap/actions.py: Update action return values to match what CliBase expects (diff) | |
download | gentoo-keys-56a51ebfdf243c93e3b93c1ada1d84a95a04321e.tar.gz gentoo-keys-56a51ebfdf243c93e3b93c1ada1d84a95a04321e.tar.bz2 gentoo-keys-56a51ebfdf243c93e3b93c1ada1d84a95a04321e.zip |
gkeys-ldap/cli.py: Update print_results assignment for CliBase
Diffstat (limited to 'gkeys-ldap')
-rw-r--r-- | gkeys-ldap/gkeyldap/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |