[PATCH 10/17] progress: Resolve E129

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

 



E129: visually indented line with same indent as next logical line

Signed-off-by: Radostin Stoyanov <rstoyanov1@xxxxxxxxx>
---
 virtinst/progress.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtinst/progress.py b/virtinst/progress.py
index 0d0c372f..634b16ac 100644
--- a/virtinst/progress.py
+++ b/virtinst/progress.py
@@ -135,7 +135,7 @@ class BaseMeter:
         if now is None:
             now = time.time()
         if (not self.last_update_time or
-            (now >= self.last_update_time + self.update_period)):
+                (now >= self.last_update_time + self.update_period)):
             self.re.update(amount_read, now)
             self.last_amount_read = amount_read
             self.last_update_time = now
-- 
2.17.2

_______________________________________________
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