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.
2 parents b99ca39 + 820acfc commit 8c760c2Copy full SHA for 8c760c2
utils/update_checkout/update_checkout/parallel_runner.py
@@ -125,7 +125,7 @@ def _monitor(self):
125
126
time.sleep(self._monitor_polling_period)
127
128
- sys.stdout.write("\r" + " " * len(last_output) + "\r\n")
+ sys.stdout.write("\r" + " " * self._terminal_width + "\r")
129
sys.stdout.flush()
130
131
@staticmethod
0 commit comments