In module Google-py Translator, Confirmation to save file is case sensitive.
In file Google-py Translator/main.py, on line 56: x = input("\nSave output to a file? y/n : ") this is only accepting lower case y as confirmation. This could be changed by converting input to lower case or by giving other options.
To reproduce this one can use Google-py Translator, and at the time when it prompted Save output to a file? y/n : enter uppercase Y.
Type of issue
NOTE: These boxes can be checked using [X]
[ ] Feature (New Script)
[X] Bug
[ ] Documentation
Checklist:
[X] I have read the project guidelines.
[x] I have checked all the existing projects, before submitting a new project issue.
[x] I have checked previous issues to avoid duplicates.
[x] This issue will be meaningful for the project.
[ ] I have added screenshots of the bug
[x] I have added steps to reproduce the bug
[x] I have proposed a possible solution for the bug
In module Google-py Translator, Confirmation to save file is case sensitive.
In file Google-py Translator/main.py, on line 56:
x = input("\nSave output to a file? y/n : ")
this is only accepting lower casey
as confirmation. This could be changed by converting input to lower case or by giving other options.To reproduce this one can use Google-py Translator, and at the time when it prompted Save output to a file? y/n : enter uppercase
Y
.Type of issue
NOTE: These boxes can be checked using
[X]
[ ] Feature (New Script)
[X] Bug
[ ] Documentation
Checklist: