Skip to content

Commit

Permalink
fix(log): simplify DeviceDisconnectedError log message
Browse files Browse the repository at this point in the history
  • Loading branch information
palazzem committed Mar 1, 2024
1 parent 5afd849 commit d73e852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elmo/api/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ class CommandError(APIException):
class DeviceDisconnectedError(APIException):
"""Exception raised when the device is disconnected."""

default_message = "Unable to execute commands. Device is disconnected."
default_message = "Device is disconnected"

0 comments on commit d73e852

Please sign in to comment.