diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | 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'): |