From 46c10d4608508de01a65d6e6076104d88c63b253 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Thu, 22 Jan 2009 11:21:34 -0700 Subject: Removed bogus CLI.set_defaults() method that was causing non-required values to get filled in --- ipalib/frontend.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ipalib/frontend.py') diff --git a/ipalib/frontend.py b/ipalib/frontend.py index 67f0a89c..2277c7a0 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) -- cgit