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

Unified Diff: appengine/findit/handlers/flake/check_flake.py

Issue 2344443005: [Findit] Factoring the gitiles (etc) stuff out into its own directory (Closed)
Patch Set: moving ./gitiles to ./lib/gitiles Created 4 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
Index: appengine/findit/handlers/flake/check_flake.py
diff --git a/appengine/findit/handlers/flake/check_flake.py b/appengine/findit/handlers/flake/check_flake.py
index 4e23f629df1cf44f2b2424c4509dc87b33da8bcf..a08ca0a8e869966d2c02b1f015694a9598dfcf0c 100644
--- a/appengine/findit/handlers/flake/check_flake.py
+++ b/appengine/findit/handlers/flake/check_flake.py
@@ -12,7 +12,6 @@ from common.base_handler import Permission
from model import analysis_status
from waterfall.flake import initialize_flake_pipeline
-
stgao 2016/10/17 17:31:43 style nit: keep this line. We need two lines to se
class CheckFlake(BaseHandler):
PERMISSION_LEVEL = Permission.ANYONE

Powered by Google App Engine
This is Rietveld 408576698