Skip to content

Commit ea5d444

Browse files
allenporterCopilot
andauthored
Update roborock/devices/traits/b01/q7/map_content.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d9211b2 commit ea5d444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/traits/b01/q7/map_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ async def refresh(self) -> None:
9090
except RoborockException:
9191
raise
9292
except Exception as ex:
93-
raise RoborockException(f"Uncaught exception parsing B01 map data: {ex}") from ex
93+
raise RoborockException("Failed to parse B01 map data") from ex
9494

9595
if parsed_data.image_content is None:
9696
raise RoborockException("Failed to render B01 map image")

0 commit comments

Comments
 (0)