mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-03-10 12:58:27 +03:00
progress: Resolve E226
E226: missing whitespace around arithmetic operator Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
This commit is contained in:
parent
48255ea584
commit
0505f2be3d
@ -257,7 +257,7 @@ class TextMeter(BaseMeter):
|
||||
sofar_pc = (sofar_size * 100) // _text_meter_total_size
|
||||
|
||||
# Include text + ui_rate in minimal
|
||||
tl = TerminalLine(8, 8+1+8)
|
||||
tl = TerminalLine(8, 8 + 1 + 8)
|
||||
# For big screens, make it more readable.
|
||||
use_hours = bool(tl._llen > 80)
|
||||
ui_size = tl.add(' | %5sB' % fread)
|
||||
|
Loading…
x
Reference in New Issue
Block a user