forked from Imagelibrary/rtems
build: Format with yapf
This commit is contained in:
5
wscript
5
wscript
@@ -229,9 +229,8 @@ class Item(object):
|
||||
try:
|
||||
self.do_build(bld, bic)
|
||||
except Exception as e:
|
||||
raise type(e)(
|
||||
"Build error related to item spec:{}: {}".format(
|
||||
self.uid, str(e)))
|
||||
raise type(e)("Build error related to item spec:{}: {}".format(
|
||||
self.uid, str(e)))
|
||||
|
||||
def do_defaults(self, enabled):
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user