From 4e6ac983e8041c55be9da605166b265e5a76ef10 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:04:13 +0000 Subject: [PATCH] style(pre-commit): autofix --- common_sensor_launch/launch/nebula_node_container.launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_sensor_launch/launch/nebula_node_container.launch.py b/common_sensor_launch/launch/nebula_node_container.launch.py index e0fdcbd..bc7e1ec 100644 --- a/common_sensor_launch/launch/nebula_node_container.launch.py +++ b/common_sensor_launch/launch/nebula_node_container.launch.py @@ -83,7 +83,7 @@ def create_parameter_dict(*args): "calibration", sensor_make.lower(), sensor_model + sensor_extension, - ) + ) assert os.path.exists( sensor_calib_fp ), "Sensor calib file under calibration/ was not found: {}".format(sensor_calib_fp)