| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index 2677a4e487a095e178c57578a0ab1417112c8b15..2284a0f5d46ae3d8251ab9250989466623bf0c6e 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -758,7 +758,7 @@ def _CheckTeamTags(input_api, output_api):
|
| 'tools', 'checkteamtags', 'checkteamtags.py')
|
| args = [input_api.python_executable, checkteamtags_tool,
|
| '--root', input_api.change.RepositoryRoot()]
|
| - files = [f.LocalPath() for f in input_api.AffectedFiles()
|
| + files = [f.LocalPath() for f in input_api.AffectedFiles(include_deletes=False)
|
| if input_api.os_path.basename(f.AbsoluteLocalPath()).upper() ==
|
| 'OWNERS']
|
| try:
|
|
|