small issue we're seeing in pymmcore-gui. Should fail silently
│ /Users/talley/dev/self/pymmcore-gui/.venv/lib/python3.12/site-packages/pymmcore_widgets/control/ │
│ _camera_roi_widget.py:515 in _update_lbl_info │
│ │
│ 512 │ │ │
│ 513 │ │ self.lbl_info.setText(text) │
│ 514 │ │ │
│ ❱ 515 │ │ if tuple(self._mmc.getROI(self.camera)) == (start_x, start_y, width, height): │
│ 516 │ │ │ self.lbl_info.setStyleSheet("") │
│ 517 │ │ else: │
│ 518 │ │ │ self.lbl_info.setStyleSheet("color: magenta;") │
│ │
│ ╭─────────────────────────────────────────── locals ───────────────────────────────────────────╮ │
│ │ height = 1 │ │
│ │ height_um = 1.0 │ │
│ │ px_size = 1.0 │ │
│ │ self = <pymmcore_widgets.control._camera_roi_widget.CameraRoiWidget object at │ │
│ │ 0x122a37cf0> │ │
│ │ start_x = 0 │ │
│ │ start_y = 0 │ │
│ │ text = 'Size: 1 px * 1 px [1.0 µm * 1.0 µm]' │ │
│ │ width = 1 │ │
│ │ width_um = 1.0 │ │
│ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
RuntimeError: No device with label ""
small issue we're seeing in pymmcore-gui. Should fail silently