You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Properly print prompt to stderr when err=True is passed
The prompt was still printed to stdout, even when err=True was passed.
Use redirect_stdout to fix this.
Also, update the tests to test for the new behavior.
0 commit comments