]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
cooker: don't show a useless traceback for SyntaxError
authorChris Larson <chris_larson@mentor.com>
Fri, 6 May 2011 14:15:34 +0000 (07:15 -0700)
committerChris Larson <chris_larson@mentor.com>
Mon, 16 May 2011 19:39:42 +0000 (12:39 -0700)
commitcaf21e9fbf3c526c1d7c555d8c76dca8710f9def
treeaf47a0caa863bb7c4ccee432377fc66de8c9530a
parent775590c154bc189df3f5704bddf9b684b734fde0
cooker: don't show a useless traceback for SyntaxError

Note: we rely on the fact that better_compile has already output information
about the exception, so don't do it ourselves.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
lib/bb/cooker.py