Skip to content

Commit

Permalink
more cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Mar 11, 2024
1 parent aec33dd commit 66fd761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/screenreader_ipc/ipc_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def handle_ipc_result(
) -> list[Tuple[IPC_COMMAND, Optional[any]]]:
"""
Sanitize the response from the screenreader server
and return just the commands and a return value
and return just the commands and their return values
if present
"""
if settings.get("user.addon_debug"):
Expand Down

0 comments on commit 66fd761

Please sign in to comment.