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

Unified Diff: scripts/slave/recipe_modules/auto_bisect/revision_state.py

Issue 1044543002: Lint bisect-related modules; obey pylint. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.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
Index: scripts/slave/recipe_modules/auto_bisect/revision_state.py
diff --git a/scripts/slave/recipe_modules/auto_bisect/revision_state.py b/scripts/slave/recipe_modules/auto_bisect/revision_state.py
index 58bacacff66b658bbecef5f3d4e96e64328f4c7e..51f9b85deec81367f90a20a29beb25e0c37a8757 100644
--- a/scripts/slave/recipe_modules/auto_bisect/revision_state.py
+++ b/scripts/slave/recipe_modules/auto_bisect/revision_state.py
@@ -16,6 +16,7 @@ import re
from . import depot_config
+
class RevisionState(object):
"""Abstracts the state of a single revision on a bisect job."""
@@ -215,7 +216,7 @@ class RevisionState(object):
if self._is_build_archived():
self.start_job()
else:
- pass # TODO: Check if build has not timed out.
+ pass # TODO: Check if build has not timed out.
return
if not self.build_status_url:
self.build_status_url = self._get_build_status_url()
« no previous file with comments | « scripts/slave/recipe_modules/auto_bisect/bisector_test.py ('k') | scripts/slave/recipe_modules/bisect_tester/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698