mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
Include contents of has_output_params in get_output_params
This commit is contained in:
parent
371a4b2c72
commit
2bb2850fff
@ -1165,6 +1165,8 @@ class Method(Attribute, Command):
|
||||
if 'no_output' in param.flags:
|
||||
continue
|
||||
yield param
|
||||
for param in self._get_param_iterable('output_params', verb='has'):
|
||||
yield param
|
||||
|
||||
|
||||
class Property(Attribute):
|
||||
|
Loading…
Reference in New Issue
Block a user