[Ovirt-devel] Re: : Fix up handling of blank UUID's in host-browser

Darryl L. Pierce dpierce at redhat.com
Tue Sep 2 13:09:20 UTC 2008


+++ Chris Lalancette [02/09/08 10:38 +0200]:
>    Fix a small bug in the handling of blank UUID's in host-browser.
>    
>    Signed-off-by: Chris Lalancette <clalance at redhat.com>
>
>diff --git a/wui/src/host-browser/host-browser.rb b/wui/src/host-browser/host-browser.rb
>index 881b2ae..d800688 100755
>--- a/wui/src/host-browser/host-browser.rb
>+++ b/wui/src/host-browser/host-browser.rb
>@@ -110,7 +110,7 @@ class HostBrowser
>                 nic_info << nic
>             else
> 
>-                raise Exception.new("ERRINFO! Excepted key=value : #{info}\n") unless info =~ /[\w]+[\s]*=[\w]/
>+                raise Exception.new("ERRINFO! Expected key=value : #{info}\n") unless info =~ /[\w]+[\s]*=[\w]*/
> 
>                 key, value = info.split("=")
> 
>
>_______________________________________________
>Ovirt-devel mailing list
>Ovirt-devel at redhat.com
>https://www.redhat.com/mailman/listinfo/ovirt-devel

ACK.

-- 
Darryl L. Pierce, Sr. Software Engineer
Red Hat, Inc. - http://www.redhat.com/
oVirt - Virtual Machine Management - http://www.ovirt.org/
"What do you care what other people think, Mr. Feynman?"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20080902/9c8b1475/attachment.sig>


More information about the ovirt-devel mailing list