[Freeipa-devel] [PATCH 0099] ipa-nis-manage: add status option

Martin Basti mbasti at redhat.com
Tue May 24 08:18:29 UTC 2016



On 23.05.2016 18:12, Martin Babinsky wrote:
> On 05/23/2016 01:55 PM, Petr Spacek wrote:
>> On 20.5.2016 15:03, Martin Babinsky wrote:
>>> On 04/28/2016 05:15 PM, Petr Spacek wrote:
>>>> On 28.4.2016 14:52, Abhijeet Kasurde wrote:
>>>>> Hi Petr,
>>>>>
>>>>> On 04/25/2016 08:28 PM, Petr Spacek wrote:
>>>>>> Hello,
>>>>>>
>>>>>> ipa-nis-manage: add status option
>>>>>>
>>>>>> https://bugzilla.redhat.com/show_bug.cgi?id=1329275
>>>>>>
>>>>>>
>>>>>>
>>>>> Can you reword the error message here as well ?
>>>>>
>>>>>      if len(args) != 1:
>>>>>          sys.exit("You must specify one action, either enable or 
>>>>> disable")
>>>>>
>>>>> Thanks,
>>>>> Abhijeet Kasurde
>>>>
>>>> Good catch!
>>>>
>>>>
>>>>
>>>
>>> Hi Petr,
>>>
>>> please use upstream ticket provided by Petr Vobornik[1] in the 
>>> commit message.
>>>
>>> Also I would rewrite
>>>
>>> """+    elif args[0] != "enable" and args[0] != "disable" and 
>>> args[0] !=
>>> "status":
>>>
>>> """
>>>
>>> in a more pythonic way:
>>>
>>> "    elif args[0] not in {"enable", "disable", "status"}:"
>>>
>>> Otherwise the patch works as expected.
>>>
>>> [1] https://fedorahosted.org/freeipa/ticket/5856
>>
>> Here you go.
>>
>
> Thanks, ACK.
>
Pushed to master: 9079d2f9c8a948702f1234e8337d8bf0dc291756




More information about the Freeipa-devel mailing list