Parcourir la source

builder: fix linting error

Shiv Tyagi il y a 2 mois
Parent
commit
f04220666d
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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(