diff options
-rw-r--r-- | PRESUBMIT.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 7931b83..7f4c5a9 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -415,7 +415,7 @@ def _CheckUnwantedDependencies(input_api, output_api): changed_lines = [line for line_num, line in f.ChangedContents()] added_includes.append([f.LocalPath(), changed_lines]) - deps_checker = checkdeps.DepsChecker() + deps_checker = checkdeps.DepsChecker(input_api.PresubmitLocalPath()) error_descriptions = [] warning_descriptions = [] |