|
@@ -360,7 +360,7 @@ class RepoHook(object):
|
|
|
'(yes/yes-never-ask-again/NO)? ') % (
|
|
'(yes/yes-never-ask-again/NO)? ') % (
|
|
|
self._GetMustVerb(), self._script_fullpath)
|
|
self._GetMustVerb(), self._script_fullpath)
|
|
|
response = raw_input(prompt).lower()
|
|
response = raw_input(prompt).lower()
|
|
|
- print
|
|
|
|
|
|
|
+ print()
|
|
|
|
|
|
|
|
# User is doing a one-time approval.
|
|
# User is doing a one-time approval.
|
|
|
if response in ('y', 'yes'):
|
|
if response in ('y', 'yes'):
|