We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9211b2 commit ea5d444Copy full SHA for ea5d444
roborock/devices/traits/b01/q7/map_content.py
@@ -90,7 +90,7 @@ async def refresh(self) -> None:
90
except RoborockException:
91
raise
92
except Exception as ex:
93
- raise RoborockException(f"Uncaught exception parsing B01 map data: {ex}") from ex
+ raise RoborockException("Failed to parse B01 map data") from ex
94
95
if parsed_data.image_content is None:
96
raise RoborockException("Failed to render B01 map image")
0 commit comments