fix virt-install error: "global name 'OptionValueError' is not defined"
On Thu, Dec 06, 2007 at 04:45:04PM +0900, Tatsuro Enokura wrote:
> Hi,
>
> I try virt-install command as follows,
> # virt-install --name=
> virt-install command says "global name 'OptionValueError' is not defined".
> ERROR:root:global name 'OptionValueError' is not defined
> Traceback (most recent call last):
>
>
> So, I make a patch to solve this problem.