summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index 20a8dca4..22ac9efd 100644
--- a/project.py
+++ b/project.py
@@ -360,7 +360,7 @@ class RepoHook(object):
360 '(yes/yes-never-ask-again/NO)? ') % ( 360 '(yes/yes-never-ask-again/NO)? ') % (
361 self._GetMustVerb(), self._script_fullpath) 361 self._GetMustVerb(), self._script_fullpath)
362 response = raw_input(prompt).lower() 362 response = raw_input(prompt).lower()
363 print 363 print()
364 364
365 # User is doing a one-time approval. 365 # User is doing a one-time approval.
366 if response in ('y', 'yes'): 366 if response in ('y', 'yes'):