| Index: dashboard/dashboard/pinpoint/models/job.py
|
| diff --git a/dashboard/dashboard/pinpoint/models/job.py b/dashboard/dashboard/pinpoint/models/job.py
|
| index ebf63e87faf650f7860733b40877baa3f18b2c66..03aedfd0a0a17971ec8d370c5987d1bc6916dbdc 100644
|
| --- a/dashboard/dashboard/pinpoint/models/job.py
|
| +++ b/dashboard/dashboard/pinpoint/models/job.py
|
| @@ -118,7 +118,7 @@ class Job(ndb.Model):
|
|
|
| def Fail(self):
|
| self.exception = traceback.format_exc()
|
| - self._PostBugComment('stopped with an error', include_differences=True)
|
| + self._PostBugComment('stopped with an error')
|
|
|
| def Schedule(self):
|
| task = taskqueue.add(queue_name='job-queue', url='/api/run/' + self.job_id,
|
|
|