mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-11 05:17:59 +03:00
progress: Resolve E502
E502: the backslash is redundant between brackets Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
This commit is contained in:
parent
5e6b73d439
commit
6a66d8cce0
@ -371,7 +371,7 @@ class RateEstimator:
|
||||
# First update, on reget is the file size
|
||||
if self.last_amount_read:
|
||||
self.last_update_time = now
|
||||
self.ave_rate = self._temporal_rolling_ave(\
|
||||
self.ave_rate = self._temporal_rolling_ave(
|
||||
time_diff, read_diff, self.ave_rate, self.timescale)
|
||||
self.last_amount_read = amount_read
|
||||
# print 'results', time_diff, read_diff, self.ave_rate
|
||||
|
Loading…
Reference in New Issue
Block a user