| Index: appengine/findit/model/crash/crash_config.py
|
| diff --git a/appengine/findit/model/crash/crash_config.py b/appengine/findit/model/crash/crash_config.py
|
| index 344a705b50b5cfefce94e506cc8ad4ea61cbc5f1..e80f6c8213ecd7b782a02070c95d5aeb4952c45d 100644
|
| --- a/appengine/findit/model/crash/crash_config.py
|
| +++ b/appengine/findit/model/crash/crash_config.py
|
| @@ -111,6 +111,7 @@ class CrashConfig(VersionedConfig):
|
| compiled_path_function_component = []
|
| for path, function, component in self.component_classifier[
|
| 'path_function_component']:
|
| + # TODO(wrengr): build Component objects here, rather than later.
|
| compiled_path_function_component.append(
|
| [re.compile(path),
|
| re.compile(function) if function else None,
|
|
|