[virt-tools-list] [virt-manager PATCH 1/5] Minor pylint fix
Martin Kletzander
mkletzan at redhat.com
Tue Jun 18 14:12:35 UTC 2013
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()
--
1.8.2.1
More information about the virt-tools-list
mailing list