We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e293bc8 commit ae8eed6Copy full SHA for ae8eed6
roborock/devices/device.py
@@ -171,7 +171,7 @@ async def connect_loop() -> None:
171
except Exception as e: # pylint: disable=broad-except
172
if not start_attempt.done():
173
start_attempt.set_exception(e)
174
- self._logger.exception("Unexpected error during connect: %s", e)
+ self._logger.exception("Uncaught error during connect: %s", e)
175
break
176
except asyncio.CancelledError:
177
0 commit comments