| Index: presubmit_canned_checks.py | 
| diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py | 
| index 77827054ee803e8b10b82d5c6f6804cff701a190..40df31a59d60bb2bd9f5006f3cf9641652456f0d 100644 | 
| --- a/presubmit_canned_checks.py | 
| +++ b/presubmit_canned_checks.py | 
| @@ -634,7 +634,7 @@ def CheckOwners(input_api, output_api, email_regexp=None, | 
| if email_regexp: | 
| owners_db.email_regexp = input_api.re.compile(email_regexp) | 
|  | 
| -  if input_api.is_committing and input_api.is_tbr: | 
| +  if input_api.is_committing and input_api.tbr: | 
| return [output_api.PresubmitNotifyResult( | 
| '--tbr was specified, skipping OWNERS check')] | 
| elif input_api.is_committing: | 
|  |