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

Unified Diff: dashboard/dashboard/pinpoint/models/job.py

Issue 3020483002: [pinpoint] Don't include list of differences in bug post on error. (Closed)
Patch Set: Created 3 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698