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

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

 



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()
-- 
1.8.2.1

_______________________________________________
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