[PATCH 1/5] build: Format with yapf
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Apr 26 08:03:59 UTC 2023
---
wscript | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/wscript b/wscript
index 567f42db2f..60fd8a1595 100755
--- a/wscript
+++ b/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
--
2.35.3
More information about the devel
mailing list