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

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

Issue 1950123003: [Findit] Fetch DEPS from buildspec/ instead of trunk for chrome official builds. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Update doc string. Created 4 years, 7 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 | « appengine/findit/crash/fracas_parser.py ('k') | appengine/findit/crash/scorers/test/aggregator_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/results.py
diff --git a/appengine/findit/crash/results.py b/appengine/findit/crash/results.py
index 2e726e62928a4df4b8589e54a70f0e6a74f37101..798c53888a9120106fe170f7284dc15748bae573 100644
--- a/appengine/findit/crash/results.py
+++ b/appengine/findit/crash/results.py
@@ -40,7 +40,7 @@ class Result(object):
for frame, _ in stack_infos:
line_parts.append('%s (#%d)' % (frame.function, frame.index))
- lines.append('Changed file %s which crashed in %s' % (
+ lines.append('Changed file %s crashed in %s' % (
file_path, ', '.join(line_parts)))
return '\n'.join(lines)
« no previous file with comments | « appengine/findit/crash/fracas_parser.py ('k') | appengine/findit/crash/scorers/test/aggregator_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698