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

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: reverted unintended change to an __init__ file 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 ad92803f28630c867ddaa25ef16531d34062e438..f314e5da818c3e1f5a5d1e9e18f7bd208b333a5a 100644
--- a/appengine/findit/handlers/flake/check_flake.py
+++ b/appengine/findit/handlers/flake/check_flake.py
@@ -26,7 +26,6 @@ def _GetSuspectedFlakeAnalysisAndTriageResult(analysis):
return {}
-
stgao 2016/10/28 18:20:59 This line should be kept, as we use two empty line
wrengr 2016/10/28 19:24:48 Done.
class CheckFlake(BaseHandler):
PERMISSION_LEVEL = Permission.ANYONE

Powered by Google App Engine
This is Rietveld 408576698