Fix presubmit check for non committers
TBR=dpranke@chromium.org BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87346 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -100,7 +100,7 @@ def _CheckAuthorizedAuthor(input_api, output_api):
|
||||
if (author is None or author.endswith('@chromium.org') or
|
||||
author.endswith('@google.com')):
|
||||
return []
|
||||
authors_path = input_apit.os_path.join(
|
||||
authors_path = input_api.os_path.join(
|
||||
input_api.PresubmitLocalPath(), 'AUTHORS')
|
||||
valid_authors = (
|
||||
input_api.re.match(r'[^#]+\s+\<(.+?)\>\s*$', line)
|
||||
|
Reference in New Issue
Block a user