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

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

Issue 2432203003: [Predator] Run predator. (Closed)
Patch Set: . 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
Index: appengine/findit/crash/findit.py
diff --git a/appengine/findit/crash/findit.py b/appengine/findit/crash/findit.py
index be670f9768c1d3087456ef4ed2e25399da272cc8..1c20dd12d3b60c0e080f516aed5740d4017fe800 100644
--- a/appengine/findit/crash/findit.py
+++ b/appengine/findit/crash/findit.py
@@ -256,8 +256,7 @@ class Findit(object):
stacktrace = self._stacktrace_parser.Parse(
model.stack_trace,
chrome_dependency_fetcher.ChromeDependencyFetcher(
- self._repository
- ).GetDependency(
+ self._repository).GetDependency(
model.crashed_version,
model.platform),
model.signature)

Powered by Google App Engine
This is Rietveld 408576698