]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
event: improve output for syntax errors in handlers
authorChris Larson <chris_larson@mentor.com>
Mon, 4 Apr 2011 20:51:51 +0000 (13:51 -0700)
committerChris Larson <chris_larson@mentor.com>
Mon, 4 Apr 2011 21:23:09 +0000 (14:23 -0700)
commit156ea134e82d873ca4b5343261da2291a2b32ef6
treed3639c80e22bfde9888d975216583f3902139f98
parentfaf682dfc23b7ef2ece04f7d50f9741224bb3bb0
event: improve output for syntax errors in handlers

Note: this includes IndentationError, which is a subclass of SyntaxError.

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