mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
147: Changed cmd calling signature to __call__(self, *args, **kw)
This commit is contained in:
parent
d422ef1134
commit
024345e1f0
@ -219,7 +219,7 @@ class cmd(plugable.Plugin):
|
||||
', '.join('%s=%r' % (k, kw[k]) for k in sorted(kw)),
|
||||
)
|
||||
|
||||
def __call__(self, **kw):
|
||||
def __call__(self, *args, **kw):
|
||||
print ''
|
||||
self.print_call('__call__', kw)
|
||||
kw = self.normalize(**kw)
|
||||
|
Loading…
Reference in New Issue
Block a user