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

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

Issue 2239073002: [Findit] I think this dashboard should work (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: addressed comments Created 4 years, 4 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 | appengine/findit/main.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0940a8ed67b7605e7d5dc284a90f1d0747fc20e4..84b51ae8029827137450ae9eda01fe3d1eca1335 100644
--- a/appengine/findit/handlers/flake/check_flake.py
+++ b/appengine/findit/handlers/flake/check_flake.py
@@ -28,7 +28,7 @@ class CheckFlake(BaseHandler):
master_name, builder_name, build_number, step_name,
test_name, force=force, queue_name=constants.WATERFALL_ANALYSIS_QUEUE)
data = {
- 'success_rates':[]
+ 'success_rates': []
}
for (build_number, success_rate) in zip(
master_flake_analysis.build_numbers,
« no previous file with comments | « no previous file | appengine/findit/main.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698