Re: [virt-manager PATCH 1/5] Minor pylint fix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 06/18/2013 10:12 AM, Martin Kletzander wrote:
> 
> Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx>
> ---
>  virtManager/asyncjob.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/virtManager/asyncjob.py b/virtManager/asyncjob.py
> index 6169441..e8d53c2 100644
> --- a/virtManager/asyncjob.py
> +++ b/virtManager/asyncjob.py
> @@ -1,5 +1,5 @@
>  #
> -# Copyright (C) 2006 Red Hat, Inc.
> +# Copyright (C) 2006, 2013 Red Hat, Inc.
>  # Copyright (C) 2006 Hugh O. Brock <hbrock@xxxxxxxxxx>
>  #
>  # This program is free software; you can redistribute it and/or modify
> @@ -286,7 +286,7 @@ class vmmAsyncJob(vmmGObjectUI):
>          self.widget("warning-text").set_markup(markup)
> 
>      def run(self):
> -        timer = GLib.timeout_add(100, self._exit_if_necessary)
> +        ignore = GLib.timeout_add(100, self._exit_if_necessary)
> 
>          if self.show_progress:
>              self.topwin.present()
> 

Whoops, my last patch didn't intend to drop timer usage, I'll fix that. Please
drop this one.

Thanks,
Cole

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list




[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux