Skip to content

Commit 086c80e

Browse files
Update ardupilot_methodic_configurator/backend_filesystem_vehicle_components.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Amilcar Lucas <amilcar.lucas@iav.de>
1 parent 8aa4801 commit 086c80e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ardupilot_methodic_configurator/backend_filesystem_vehicle_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def set_fc_fw_version_and_type_in_components_json(self, fw_version: str, vehicle
358358
fc_firmware["Type"] = vehicle_type
359359
error_occurred, msg = self.save_vehicle_components_json_data(data, vehicle_dir)
360360
if error_occurred:
361-
logging_warning(_("%s"), msg)
361+
logging_warning("%s", msg)
362362

363363
@staticmethod
364364
def supported_vehicles() -> tuple[str, ...]:

0 commit comments

Comments
 (0)