diff --git a/utils/update_checkout/update_checkout/parallel_runner.py b/utils/update_checkout/update_checkout/parallel_runner.py index 60badce7d7285..0a7cdf1383a3e 100644 --- a/utils/update_checkout/update_checkout/parallel_runner.py +++ b/utils/update_checkout/update_checkout/parallel_runner.py @@ -113,7 +113,7 @@ def _monitor(self): time.sleep(self._monitor_polling_period) - sys.stdout.write("\r" + " " * len(last_output) + "\r\n") + sys.stdout.write("\r" + " " * self._terminal_width + "\r") sys.stdout.flush() @staticmethod