| Index: appengine/findit/model/wf_suspected_cl.py
|
| diff --git a/appengine/findit/model/wf_suspected_cl.py b/appengine/findit/model/wf_suspected_cl.py
|
| index 4c4caac1f1d715c584f5a98b7dec0722bcb02340..284fdccd9feccfacda608f21616c1f635efcd813 100644
|
| --- a/appengine/findit/model/wf_suspected_cl.py
|
| +++ b/appengine/findit/model/wf_suspected_cl.py
|
| @@ -25,7 +25,7 @@ class WfSuspectedCL(ndb.Model):
|
| builds = ndb.JsonProperty(indexed=False)
|
|
|
| # Is the suspected CL the culprit or not.
|
| - is_culprit = ndb.BooleanProperty(indexed=True, default=None)
|
| + is_culprit = ndb.BooleanProperty(indexed=True)
|
|
|
| # From which approach do we get this suspected CL: HEURISTIC, TRY_JOB or BOTH.
|
| approach = ndb.IntegerProperty(indexed=True)
|
|
|