Uniform input handling.

This commit is contained in:
Arun Prakash Jana 2016-10-29 01:26:40 +05:30
parent d423de0abd
commit d90970ab47
No known key found for this signature in database
GPG Key ID: A75979F35C080412

2
buku
View File

@ -836,7 +836,7 @@ class BukuDb:
'''
resp = input('Delete the search results? (y/n): ')
if resp != 'y'and resp != 'Y':
if resp != 'y':
return
# delete records in reverse order