Skip to content

Commit 820acfc

Browse files
[update-checkout] fix final line cleanup
1 parent 23474f9 commit 820acfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/update_checkout/update_checkout/parallel_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def _monitor(self):
113113

114114
time.sleep(self._monitor_polling_period)
115115

116-
sys.stdout.write("\r" + " " * len(last_output) + "\r\n")
116+
sys.stdout.write("\r" + " " * self._terminal_width + "\r")
117117
sys.stdout.flush()
118118

119119
@staticmethod

0 commit comments

Comments
 (0)