Skip to content

Commit 6ce40d3

Browse files
committed
bug #397: fix typo in variable name
1 parent 796b529 commit 6ce40d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reachy_mini/media/audio_sounddevice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def _get_device_id(
208208
return idx
209209
# Return default output device if not found
210210
self.logger.warning(
211-
f"No {device_io_type} device found containing '{name_contains}', using default."
211+
f"No {device_io_type} device found containing '{names_contains}', using default."
212212
)
213213
return self._safe_query_device(device_io_type)
214214

0 commit comments

Comments
 (0)