summaryrefslogtreecommitdiffstats
path: root/doc/generated/examples/environments_ex3_1.xml
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-11-13 21:39:32 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-11-14 15:09:50 (GMT)
commit8dbfbbe843b087cbd13ddf73855e5c6becf46052 (patch)
tree80e60880391796d91ee17b66ca2f94d0cae86678 /doc/generated/examples/environments_ex3_1.xml
parent8341a7a162a9d579cf2b6c8cb5a8830c7433f759 (diff)
downloadSCons-8dbfbbe843b087cbd13ddf73855e5c6becf46052.zip
SCons-8dbfbbe843b087cbd13ddf73855e5c6becf46052.tar.gz
SCons-8dbfbbe843b087cbd13ddf73855e5c6becf46052.tar.bz2
Regenerated docs for 3.0.1 release.
Diffstat (limited to 'doc/generated/examples/environments_ex3_1.xml')
-rw-r--r--doc/generated/examples/environments_ex3_1.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/generated/examples/environments_ex3_1.xml b/doc/generated/examples/environments_ex3_1.xml
index 5071c6e..62ecc8f 100644
--- a/doc/generated/examples/environments_ex3_1.xml
+++ b/doc/generated/examples/environments_ex3_1.xml
@@ -17,6 +17,6 @@ UnicodeDecodeError: 'utf8' codec can't decode byte 0xc2 in position 547: invalid
_node_errors(self, env, tlist, slist)
File "bootstrap/src/engine/SCons/Builder.py", line 303:
msg = "Two environments with different actions were specified for the same target: %s\n(action 1: %s)\n(action 2: %s)" % (t,t_contents.decode('utf-8'),contents.decode('utf-8'))
- File "/usr/lib/python2.7/encodings/utf_8.py", line 16:
+ File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/encodings/utf_8.py", line 16:
return codecs.utf_8_decode(input, errors, True)
</screen>