Update prompt.

This commit is contained in:
Arun Prakash Jana 2016-09-05 21:42:50 +05:30
parent aa321e5dd5
commit 61bba93802
No known key found for this signature in database
GPG Key ID: A75979F35C080412

4
buku
View File

@ -1266,9 +1266,9 @@ def prompt(results, noninteractive=False, delete=False):
while True:
try:
nav = input('Result number or range (x-y,(a)ll) to open: ')
nav = input('Results, ranges (x-y,(a)ll) to open: ')
if not nav:
nav = input('Result number or range (x-y,(a)ll) to open: ')
nav = input('Results, ranges (x-y,(a)ll) to open: ')
if not nav:
# Quit on double enter
break