[virt-tools-list] [virt-manager PATCH 1/5] Minor pylint fix
Cole Robinson
crobinso at redhat.com
Tue Jun 18 14:59:02 UTC 2013
On 06/18/2013 10:12 AM, Martin Kletzander wrote:
>
> Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
> ---
> 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 at redhat.com>
> #
> # 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
More information about the virt-tools-list
mailing list