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

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

Issue 2432203003: [Predator] Run predator. (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « appengine/findit/crash/culprit.py ('k') | appengine/findit/crash/test/crash_testcase.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/findit.py
diff --git a/appengine/findit/crash/findit.py b/appengine/findit/crash/findit.py
index bb12517cab05d2306b9b5e3888a8a31b461a788e..2fe8f8b02e499f26d0b714c60a12e30b77612986 100644
--- a/appengine/findit/crash/findit.py
+++ b/appengine/findit/crash/findit.py
@@ -207,8 +207,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)
« no previous file with comments | « appengine/findit/crash/culprit.py ('k') | appengine/findit/crash/test/crash_testcase.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698