[Freeipa-devel] [PATCH 0053] fix crash when installer with no positional arguments handles invalid options

2015-08-06 Thread Martin Babinsky
This bug was discovered when writing tests for functionality introduced in my PATCH 0051. This patch should apply on top of PATCH 0051. -- Martin^3 Babinsky From 7b281ba47e4fec7da7eab4a861a7cbaceb2bd859 Mon Sep 17 00:00:00 2001 From: Martin Babinsky mbabi...@redhat.com Date: Thu, 6 Aug 2015

Re: [Freeipa-devel] [PATCH 0053] fix crash when installer with no positional arguments handles invalid options

2015-08-06 Thread Jan Cholasta
Hi, Dne 6.8.2015 v 14:29 Martin Babinsky napsal(a): This bug was discovered when writing tests for functionality introduced in my PATCH 0051. This patch should apply on top of PATCH 0051. This whole patch can be reduced to: except core.KnobValueError as e: knob_cls =

Re: [Freeipa-devel] [PATCH 0053] fix crash when installer with no positional arguments handles invalid options

2015-08-06 Thread Martin Babinsky
On 08/06/2015 02:35 PM, Jan Cholasta wrote: Hi, Dne 6.8.2015 v 14:29 Martin Babinsky napsal(a): This bug was discovered when writing tests for functionality introduced in my PATCH 0051. This patch should apply on top of PATCH 0051. This whole patch can be reduced to: except