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

Unified Diff: tools/auto_bisect/PRESUBMIT.py

Issue 1001033004: Fix style in tools/auto_bisect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 9 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') | no next file with comments »
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 1e99787715b040f286415abc5e06243edb9e4c0e..380cb0072e17fcc5af55e3fbbdd16efea514d03f 100644
--- a/tools/auto_bisect/PRESUBMIT.py
+++ b/tools/auto_bisect/PRESUBMIT.py
@@ -18,6 +18,7 @@ CONFIG_FILES = [
os.path.join(os.path.pardir, 'run-perf-test.cfg'),
]
+
def CheckChangeOnUpload(input_api, output_api):
return _CommonChecks(input_api, output_api)
@@ -93,7 +94,7 @@ def _RunPyLint(input_api, output_api):
'third_party', 'pymock')
disabled_warnings = [
'relative-import',
- ]
+ ]
tests = input_api.canned_checks.GetPylint(
input_api, output_api, disabled_warnings=disabled_warnings,
extra_paths_list=[telemetry_path, mock_path])
« no previous file with comments | « no previous file | tools/auto_bisect/bisect_perf_regression.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698