| Index: appengine/findit/crash/stacktrace.py
|
| diff --git a/appengine/findit/crash/stacktrace.py b/appengine/findit/crash/stacktrace.py
|
| index 8a4314ae01f1a7dd2087c25c2102d794280a1ea6..4db6faf2f798d0bfe8188ef56e8e13cabd6932f3 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:
|
|
|