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

Unified Diff: utils/compiler/buildbot.py

Issue 10448073: Fix "typo". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge. Created 8 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/compiler/buildbot.py
diff --git a/utils/compiler/buildbot.py b/utils/compiler/buildbot.py
index 3ccf311fb5e04f1ad529f087b897158ccfcafe3d..2eb179c938c21aa8162f5ee1cd059e0e54b5421e 100644
--- a/utils/compiler/buildbot.py
+++ b/utils/compiler/buildbot.py
@@ -87,8 +87,8 @@ def GetBuildInfo():
runtime = web_pattern.group(1)
system = web_pattern.group(2)
mode = 'release'
- shard_index = dart2js_pattern.group(3)
- total_shards = dart2js_pattern.group(4)
+ shard_index = web_pattern.group(3)
+ total_shards = web_pattern.group(4)
if system == 'windows':
system = 'win7'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698