Skip to content

Commit

Permalink
gkeys-ldap: Add missed CliBase.__init__() call
Browse files Browse the repository at this point in the history
  • Loading branch information
dol-sen committed Dec 23, 2016
1 parent 5c16c17 commit a7919fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gkeys-ldap/gkeyldap/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def __init__(self, root=None, config=None, print_results=True):
@param config: optional GKeysConfig instance, For API use
@param print_results: optional boolean, for API use
"""
CliBase.__init__(self)
self.root = root or "/"
self.config = config or GKeysConfig(root=root)
self.config.options['print_results'] = print_results
Expand Down

0 comments on commit a7919fc

Please sign in to comment.