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

Unified Diff: site_scons/site_init.py

Issue 341063: Fixing typo in site_init. (Closed) Base URL: http://swtoolkit.googlecode.com/svn/trunk/
Patch Set: Created 11 years, 2 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: site_scons/site_init.py
===================================================================
--- site_scons/site_init.py (revision 64)
+++ site_scons/site_init.py (working copy)
@@ -202,7 +202,7 @@
ec.SConscript(c_script, build_dir='$OBJ_ROOT/' + c_dir,
exports={'env': ec}, duplicate=0)
else:
- raise SCons.Error.UserError(
+ raise SCons.Errors.UserError(
'Bad location for a SConscript. "%s" is not under '
'\$TARGET_ROOT or \$MAIN_DIR' % c_script)
« 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