ソースを参照

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(