Removed bogus CLI.set_defaults() method that was causing non-required values to get filled in

This commit is contained in:
Jason Gerard DeRose
2009-01-22 11:21:34 -07:00
committed by Rob Crittenden
parent 12c4879613
commit 46c10d4608
3 changed files with 7 additions and 12 deletions

View File

@@ -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)