End TextProgressBar with newline (#3414)#5968
Conversation
|
Can one of the admins verify this patch? |
|
Hi! Any chance to have a quick look at this? It is a small change, but it keeps bothering me every time I use the progress bar |
So that the progress bar diagnostic doesn't interfere with other print statements or logging by the user.
301149f to
d0d1c50
Compare
Good point, I agree! I modified the commit accordingly |
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 15 files ±0 15 suites ±0 6h 33m 21s ⏱️ + 2m 52s For more details on these failures and errors, see this check. Results for commit d0d1c50. ± Comparison against base commit a80187a. |
jacobtomlinson
left a comment
There was a problem hiding this comment.
This looks great thanks!
|
ok to test (admittedly a bit late) |
So that the progress bar diagnostic doesn't interfere with other print statements or logging by the user. I stumbled upon the same problem reported in the linked issue, this is my reproducer for it:
The output
After this PR