[Freeipa-devel] [PATCH 685] parameters: move the `confirm` kwarg to Param

Martin Basti mbasti at redhat.com
Mon Aug 8 11:26:55 UTC 2016



On 08.08.2016 13:27, Jan Cholasta wrote:
> Hi,
>
> the attached patch fixes <https://fedorahosted.org/freeipa/ticket/6174>.
>
> Honza
>
>
>
Please document this change in Param dosctring

--- a/ipalib/parameters.py
+++ b/ipalib/parameters.py
@@ -418,6 +418,7 @@ class Param(ReadOnly):
          ('cli_metavar', str, None),
          ('no_convert', bool, False),
          ('deprecated', bool, False),
+        ('confirm', bool, True),


Martin^2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20160808/365ac0c7/attachment.htm>


More information about the Freeipa-devel mailing list