diff --git a/drover.py b/drover.py index 6c8eadf4a0..99eafb2cbb 100644 --- a/drover.py +++ b/drover.py @@ -337,7 +337,7 @@ def prompt(question): answer = None while not answer: - print question + " [y|n]:" + print question + " [y|n]:", answer = sys.stdin.readline() if answer.lower().startswith('n'): return False