mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-10 18:21:28 +00:00
auth.py: tweak ReAuth required error message
Grammar fix. Change-Id: I3fc2dd3819e0b3d6c30ea11e80d14e2d3dadaf54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/7094080 Auto-Submit: Jiewei Qian <qjw@chromium.org> Reviewed-by: Scott Lee <ddoman@chromium.org> Commit-Queue: Scott Lee <ddoman@chromium.org>
This commit is contained in:
5
auth.py
5
auth.py
@@ -105,8 +105,9 @@ class GitReAuthRequiredError(Exception):
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
msg = ('You have not done ReAuth. Please run and try again:\n'
|
||||
' %s' % self.reauth_command)
|
||||
msg = (
|
||||
'You have not done ReAuth. Please complete ReAuth first, then try again:\n'
|
||||
' %s' % self.reauth_command)
|
||||
super(GitReAuthRequiredError, self).__init__(msg)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user