summaryrefslogtreecommitdiffstats
path: root/ipalib/frontend.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-01-22 11:21:34 -0700
committerRob Crittenden <rcritten@redhat.com>2009-02-03 15:29:00 -0500
commit46c10d4608508de01a65d6e6076104d88c63b253 (patch)
treed769ee7ba84c6dff4cfee0f034f6cfa627389d8e /ipalib/frontend.py
parent12c4879613f51c90239be749a777f480310b1318 (diff)
downloadfreeipa-46c10d4608508de01a65d6e6076104d88c63b253.tar.gz
freeipa-46c10d4608508de01a65d6e6076104d88c63b253.tar.xz
freeipa-46c10d4608508de01a65d6e6076104d88c63b253.zip
Removed bogus CLI.set_defaults() method that was causing non-required values to get filled in
Diffstat (limited to 'ipalib/frontend.py')
-rw-r--r--ipalib/frontend.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/frontend.py b/ipalib/frontend.py
index 67f0a89c2..2277c7a09 100644
--- a/ipalib/frontend.py
+++ b/ipalib/frontend.py
@@ -96,6 +96,7 @@ class Command(plugable.Plugin):
If not in a server context, the call will be forwarded over
XML-RPC and the executed an the nearest IPA server.
"""
+ self.debug(make_repr(self.name, *args, **options))
params = self.args_options_2_params(*args, **options)
params = self.normalize(**params)
params = self.convert(**params)