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

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

Issue 2325503002: Reorganizing detect_regression_range.py (Closed)
Patch Set: Addressing nits Created 4 years, 3 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 | « no previous file | appengine/findit/crash/detect_regression_range.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « no previous file | appengine/findit/crash/detect_regression_range.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698