Don't use the Exception.message attribute that was deprecated in
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 12 Oct 2008 04:31:07 +0000 (04:31 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 12 Oct 2008 04:31:07 +0000 (04:31 +0000)
commitd460a959d02f8807887dcee934eab584aefdd81e
tree4e0400716fc912b9c39466814111b42213cf5fcb
parent8e92d08c482fc95930d71c79cb1b4a7466e00dc9
Don't use the Exception.message attribute that was deprecated in
Python 2.6; just str() the exception instead.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3679 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/engine/SCons/Job.py