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
Currently, input() is called for user input.
input()
shallow-backup/shallow_backup/git_wrapper.py
Lines 252 to 254 in 608fd53
shallow-backup/shallow_backup/prompts.py
Line 48 in 608fd53
Line 23 in 608fd53
It looks like this can be fixed with a simple readline import: https://stackoverflow.com/a/77773215.
readline
The text was updated successfully, but these errors were encountered:
91a3940
No branches or pull requests
Currently,
input()
is called for user input.shallow-backup/shallow_backup/git_wrapper.py
Lines 252 to 254 in 608fd53
shallow-backup/shallow_backup/prompts.py
Line 48 in 608fd53
shallow-backup/shallow_backup/prompts.py
Line 23 in 608fd53
It looks like this can be fixed with a simple
readline
import: https://stackoverflow.com/a/77773215.The text was updated successfully, but these errors were encountered: