build: Format with yapf

This commit is contained in:
Sebastian Huber
2023-04-26 10:03:59 +02:00
parent c9665ff1a1
commit 32c14694db

View File

@@ -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