mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Removed bogus CLI.set_defaults() method that was causing non-required values to get filled in
This commit is contained in:
committed by
Rob Crittenden
parent
12c4879613
commit
46c10d4608
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user