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

Unified Diff: appengine/findit/crash/crash_pipeline.py

Issue 2391823006: [Findit] Add iterator and crash_iterator for delta test (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
Index: appengine/findit/crash/crash_pipeline.py
diff --git a/appengine/findit/crash/crash_pipeline.py b/appengine/findit/crash/crash_pipeline.py
index 4bf454b5be5887777f9fa0eb5ae3db2a32ac0789..a7249a7a3e9c75192d1dfd3940aced6e00003d72 100644
--- a/appengine/findit/crash/crash_pipeline.py
+++ b/appengine/findit/crash/crash_pipeline.py
@@ -122,7 +122,7 @@ def _NeedsNewAnalysis(
client_id)
findit_for_client.ResetAnalysis(analysis, chrome_version, signature,
- client_id, platform, stack_trace,
+ client_id, platform, stack_trace,
customized_data)
return True

Powered by Google App Engine
This is Rietveld 408576698