| Index: appengine/findit/crash/crash_pipeline.py
|
| diff --git a/appengine/findit/crash/crash_pipeline.py b/appengine/findit/crash/crash_pipeline.py
|
| index 009d78e0b76d0fbebe2f3936693e03eaf03e96f1..ced297e58a743ca31ed5ed785ca1e869ee2fd0da 100644
|
| --- a/appengine/findit/crash/crash_pipeline.py
|
| +++ b/appengine/findit/crash/crash_pipeline.py
|
| @@ -179,7 +179,7 @@ def ScheduleNewAnalysisForCrash(
|
| # TODO(katesonia): Remove the default value after adding validity check to
|
| # config.
|
| platform_rename = crash_config.fracas.get('platform_rename', {})
|
| - platform = platform_rename.get(platform,platform)
|
| + platform = platform_rename.get(platform, platform)
|
|
|
| if _NeedsNewAnalysis(crash_identifiers, chrome_version, signature, client_id,
|
| platform, stack_trace, channel, historical_metadata):
|
|
|