We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
terminal.py:111:
def prompt(question, type = int, default = NotImplemented, validator = lambda val: True):
terminal.py:117:
:param type: The type of the answer, defaults to str
One of these should change, though I'm not sure which one. My guess would be make the default str.
str
The text was updated successfully, but these errors were encountered:
Fix tomerfiliba#327
522c1b7
Fix tomerfiliba#327 in one of two obvious ways. prompt type defaults to str, to match docs.
Add note about fix for tomerfiliba#327 (prompt's default value for ty…
b962c3d
…pe from int -> str) to changelog
Merge pull request #328 from AndydeCleyre/patch-3
de47645
Fix #327
No branches or pull requests
terminal.py:111:
terminal.py:117:
One of these should change, though I'm not sure which one. My guess would be make the default
str
.The text was updated successfully, but these errors were encountered: