Index: tools/auto_bisect/PRESUBMIT.py |
diff --git a/tools/auto_bisect/PRESUBMIT.py b/tools/auto_bisect/PRESUBMIT.py |
index 6fc3c6ecefb55825ec6a7690663b61a5cdcb647f..4c0eb08ded6350ef4d0d80d8b3cc9aaeff9b907f 100644 |
--- a/tools/auto_bisect/PRESUBMIT.py |
+++ b/tools/auto_bisect/PRESUBMIT.py |
@@ -89,7 +89,7 @@ def _RunPyLint(input_api, output_api): |
telemetry_path = os.path.join( |
input_api.PresubmitLocalPath(), os.path.pardir, 'telemetry') |
mock_path = os.path.join( |
- input_api.PresubmitLocalPath(),os.path.pardir, os.path.pardir, |
+ input_api.PresubmitLocalPath(), os.path.pardir, os.path.pardir, |
'third_party', 'pymock') |
tests = input_api.canned_checks.GetPylint( |
input_api, output_api, extra_paths_list=[telemetry_path, mock_path]) |