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

Unified Diff: lib/dom/scripts/dartdomgenerator.py

Issue 10409050: Fix typo in dartdomgenerator.py. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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: lib/dom/scripts/dartdomgenerator.py
diff --git a/lib/dom/scripts/dartdomgenerator.py b/lib/dom/scripts/dartdomgenerator.py
index 1e99bceec3df422f1758c60d971c499a27a38618..cf847b0a638027308e9619df5f548d8579a889a7 100755
--- a/lib/dom/scripts/dartdomgenerator.py
+++ b/lib/dom/scripts/dartdomgenerator.py
@@ -151,7 +151,7 @@ def Generate(systems, database_dir, use_database_cache, dom_output_dir,
target_database, html_renames, emitters, auxiliary_dir,
output_dir)
else:
- raise Exception('Unsupported system %s' % system_name)
+ raise Exception('Unsupported system %s' % system)
# Makes interface files available for listing in the library for the
# implementation system.
« 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