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

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

Issue 2477343003: [Findit] Refactoring monitor swarming task pipelines (Closed)
Patch Set: Addressing nit Created 4 years, 1 month 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/model/wf_swarming_task.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/model/base_swarming_task.py
diff --git a/appengine/findit/model/base_swarming_task.py b/appengine/findit/model/base_swarming_task.py
index 3cbbe7afc232c89e10b64b365892079245dc1cc6..41ed642cf4c57129782f34201894453a2f00b86d 100644
--- a/appengine/findit/model/base_swarming_task.py
+++ b/appengine/findit/model/base_swarming_task.py
@@ -17,8 +17,7 @@ class BaseSwarmingTask(ndb.Model):
tests_statuses = ndb.JsonProperty(indexed=False, compressed=True)
# The status of the swarming task.
- status = ndb.IntegerProperty(
- default=analysis_status.PENDING, indexed=False)
+ status = ndb.IntegerProperty(default=analysis_status.PENDING, indexed=False)
# An error dict containing an error code and message should this task fail
# unexpectedly. For example:
« no previous file with comments | « no previous file | appengine/findit/model/wf_swarming_task.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698