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

Unified Diff: appengine/findit/model/suspected_cl_status.py

Issue 2361583002: [Findit] UI change and triage change for cl level trige. (Closed)
Patch Set: . 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
« no previous file with comments | « appengine/findit/model/suspected_cl_confidence.py ('k') | appengine/findit/templates/build_failure.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/model/suspected_cl_status.py
diff --git a/appengine/findit/model/suspected_cl_status.py b/appengine/findit/model/suspected_cl_status.py
index a0dbc7c34b32994b99cc5e084752feb91ba107d2..c897e031a50322de29f889021307e4bfb2d13079 100644
--- a/appengine/findit/model/suspected_cl_status.py
+++ b/appengine/findit/model/suspected_cl_status.py
@@ -10,9 +10,9 @@ PARTIALLY_CORRECT = 2
PARTIALLY_TRIAGED = 3
-RESULT_STATUS_TO_DESCRIPTION = {
+CL_STATUS_TO_DESCRIPTION = {
CORRECT: 'Correct',
INCORRECT: 'Incorrect',
PARTIALLY_CORRECT: 'Partially Correct',
- PARTIALLY_TRIAGED: 'Partially triaged'
+ PARTIALLY_TRIAGED: 'Partially Triaged'
}
« no previous file with comments | « appengine/findit/model/suspected_cl_confidence.py ('k') | appengine/findit/templates/build_failure.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698