浏览代码

builder: fix linting error

Shiv Tyagi 2 月之前
父节点
当前提交
f04220666d
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      builder/builder.py

+ 3 - 1
builder/builder.py

@@ -366,7 +366,9 @@ class Builder:
         logpath = bm.get_singleton().get_build_log_path(build_id)
         with open(logpath, "a") as build_log:
             # Get vehicle object
-            vehicle = vehm.get_singleton().get_vehicle_by_id(build_info.vehicle_id)
+            vehicle = vehm.get_singleton().get_vehicle_by_id(
+                build_info.vehicle_id
+            )
 
             # Log initial configuration
             build_log.write(