build: Format with yapf

This commit is contained in:
Sebastian Huber
2023-06-14 14:19:39 +02:00
parent c9665ff1a1
commit 32c14694db
+2 -3
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