Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: tools/auto_bisect/PRESUBMIT.py

Issue 681103002: Update style according to advice from pylint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/auto_bisect/bisect_perf_regression.py » ('j') | tools/auto_bisect/bisect_printer.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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])
« no previous file with comments | « no previous file | tools/auto_bisect/bisect_perf_regression.py » ('j') | tools/auto_bisect/bisect_printer.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698