Skip to content

Commit a620604

Browse files
committed
Regenerate uv.lock and fix black format
1 parent 9422dbf commit a620604

2 files changed

Lines changed: 2 additions & 472 deletions

File tree

src/robot_interface/telemetry/mqtt_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def run(self, isar_id: str, robot_name: str) -> None:
106106
try:
107107
payload = self.telemetry_method(isar_id=isar_id, robot_name=robot_name)
108108
topic = self.topic
109-
except (RobotTelemetryPoseException, RobotTelemetryNoUpdateException):
109+
except RobotTelemetryPoseException, RobotTelemetryNoUpdateException:
110110
time.sleep(self.interval)
111111
continue
112112
except RobotTelemetryException:

0 commit comments

Comments
 (0)