Update the way we execute python functions, so on failure we actually see what functi...
authorChris Larson <clarson@kergoth.com>
Mon, 15 Mar 2004 20:16:57 +0000 (20:16 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 15 Mar 2004 20:16:57 +0000 (20:16 +0000)
commit9d51add583a39dd3ae60adef0ae6f43dab3d29fa
tree036b9fa5e2a8ebbce54074c033a7b3e69b525e79
parentfb1288ba5727674c74597514b8e4906fe1117cf5
Update the way we execute python functions, so on failure we actually see what function and line number the failure occurred at.  Also put said execution into its own scope to prevent namespace pollution.
bin/oe/build.py
bin/oe/parse/OEHandler.py