| Index: PRESUBMIT.py
|
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py
|
| index c4af92c96c097d0c085a2824c2d5b7a634b4d5c1..90b3b06b732c33b9b134aaf03dd60bd745793f61 100644
|
| --- a/PRESUBMIT.py
|
| +++ b/PRESUBMIT.py
|
| @@ -197,7 +197,7 @@ def GetPreferredTryMasters(_, change):
|
| has_toolchain_build = False
|
| has_others = False
|
|
|
| - for file in change.AffectedFiles(include_dirs=True):
|
| + for file in change.AffectedFiles():
|
| if IsFileInDirectories(file.AbsoluteLocalPath(),
|
| [os.path.join(NACL_TOP_DIR, 'build'),
|
| os.path.join(NACL_TOP_DIR, 'buildbot'),
|
|
|