Comment 6 for bug 387717

Revision history for this message
Martin Pool (mbp) wrote : Re: don't want progress bars sent to stderr

There is one thing in the current code that's clearly incorrect, and that is that will still send progress to stderr even if it's redirected to a file, which is fairly clearly wrong. (We only check isatty on stdin.) The attached branch fixes this.