We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23474f9 commit 820acfcCopy full SHA for 820acfc
utils/update_checkout/update_checkout/parallel_runner.py
@@ -113,7 +113,7 @@ def _monitor(self):
113
114
time.sleep(self._monitor_polling_period)
115
116
- sys.stdout.write("\r" + " " * len(last_output) + "\r\n")
+ sys.stdout.write("\r" + " " * self._terminal_width + "\r")
117
sys.stdout.flush()
118
119
@staticmethod
0 commit comments