Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add test for, and verify post-prompt in CLI with pipe. #64

Closed
toejough opened this issue Jun 8, 2015 · 1 comment
Closed

add test for, and verify post-prompt in CLI with pipe. #64

toejough opened this issue Jun 8, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@toejough
Copy link
Owner

toejough commented Jun 8, 2015

Installed on FreeBSD and did not get a post-prompt when using the cli with a pipe.

@toejough toejough added the bug label Jun 8, 2015
@toejough toejough self-assigned this Jun 8, 2015
@toejough toejough added this to the 1.0.0 milestone Jun 8, 2015
toejough added a commit that referenced this issue Jun 9, 2015
**Problem**
Python 2's "raw_input" was printing to stdout
Python 3's "input" was printing to stderr

**Analysis**
Print the prompt to the selected stream expressly, and only use the
input functions to collect the actual input.

**Testing**
Added a new test

**Documentation**
None to add - bugfix.
@toejough
Copy link
Owner Author

toejough commented Jun 9, 2015

fixed in 6b81ae8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant