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

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

Issue 2588133003: [Predator] Add clusterfuzz callstack filters. (Closed)
Patch Set: Created 4 years 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/stacktrace.py
diff --git a/appengine/findit/crash/stacktrace.py b/appengine/findit/crash/stacktrace.py
index 3f8aedc5563847c6cbc62d1e50d4e9f92a8e645f..eddaadadbf4fd43897b67dcc8c1e5b599bd5e848 100644
--- a/appengine/findit/crash/stacktrace.py
+++ b/appengine/findit/crash/stacktrace.py
@@ -28,7 +28,7 @@ _DEFAULT_FORMAT_TYPE = CallStackFormatType.DEFAULT
class StackFrame(namedtuple('StackFrame',
['index', 'dep_path', 'function', 'file_path', 'raw_file_path',
- 'crashed_line_numbers', 'repo_url'])):
+ 'crashed_line_numbers', 'repo_url'])):
"""Represents a frame in a stacktrace.
Attributes:

Powered by Google App Engine
This is Rietveld 408576698