mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-27 14:43:07 +01:00
buildman: Clean up odd characters on the terminal
At present buildman leaves behind a few characters during its progress updates, which looks odd. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
b464f8e7de
commit
960421ecb3
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ class Builder:
|
|||
|
||||
name += target
|
||||
Print(line + name, newline=False)
|
||||
length = 14 + len(name)
|
||||
length = 16 + len(name)
|
||||
self.ClearLine(length)
|
||||
|
||||
def _GetOutputDir(self, commit_upto):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue