Skip to content

Commit c73574b

Browse files
dap: update error message
Co-authored-by: Robert Rostohar <robert.rostohar@arm.com>
1 parent de853f7 commit c73574b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyocd/core/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class TransferTimeoutError(TransferError):
6262
pass
6363

6464
class TransferProtocolError(TransferError):
65-
"""@brief An error occurred with the SWD transfer protocol."""
65+
"""@brief SWD transfer protocol error occurred"""
6666
pass
6767

6868
class TransferFaultError(TransferError):

0 commit comments

Comments
 (0)