mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-19 13:41:31 +02:00
moveconfig: Avoid showing progress at the end
When the process is finished, moveconfig leaves a line saying that all boards were processed (for better or worse). Drop this, since it is unncessary. Future work will provide a summary at the end instead. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
9461bf0d65
commit
95f0914ee8
@ -282,6 +282,7 @@ class Progress:
|
|||||||
|
|
||||||
def show(self):
|
def show(self):
|
||||||
"""Display the progress."""
|
"""Display the progress."""
|
||||||
|
if self.current != self.total:
|
||||||
print(f' {self.current} defconfigs out of {self.total}\r', end=' ')
|
print(f' {self.current} defconfigs out of {self.total}\r', end=' ')
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user