2831: Cannot see user name prompt when stdout redirected

matthew********@kitwa****** (Google Code) (Is this you? Claim this profile.)
david
david
Dec. 21, 2012
What version are you running?
RBTools 0.4.2

What steps will reproduce the problem?
1. rm ~/.post-review-cookies.txt
2. post-review <options> -n > my_diff

What is the expected output? What do you see instead?
No output. Expected to see 'user name' prompt.

What operating system are you using?
Linux (Fedora 17, Python 2.7.3)

Please provide any additional information below.
The prompt should use stderr, not stdout, so that it is visible when used in this manner (show diff, redirect to file). The password prompt works.
david
#1 david
  • +PendingReview
  • +david
david
#2 david
Fixed in master (494a21d). Thanks!
  • -PendingReview
    +Fixed
#3 matthew********@kitwa****** (Google Code) (Is this you? Claim this profile.)
Awesome; thanks! (Confirmed fixed on my system also.)