[virt-tools-list] [PATCH virt-manager 2/5] createnet: fix "show_err" typo

Cole Robinson crobinso at redhat.com
Thu Jun 26 12:45:03 UTC 2014


On 06/25/2014 07:05 AM, Giuseppe Scrivano wrote:
> s|show_erro|show_err|
> 
> Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
> ---
>  virtManager/createnet.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/virtManager/createnet.py b/virtManager/createnet.py
> index 96b94fb..0bc2fd6 100644
> --- a/virtManager/createnet.py
> +++ b/virtManager/createnet.py
> @@ -757,7 +757,7 @@ class vmmCreateNetwork(vmmGObjectUI):
>          try:
>              net = self._build_xmlobj()
>          except Exception, e:
> -            self.err.show_erro(_("Error generating network xml: %s" % str(e)))
> +            self.err.show_err(_("Error generating network xml: %s" % str(e)))
>              return
>  
>          self.topwin.set_sensitive(False)
> 

ACK

- Cole




More information about the virt-tools-list mailing list