We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ecf12 commit 080d873Copy full SHA for 080d873
canopen/sdo/client.py
@@ -571,7 +571,7 @@ def _retransmit(self):
571
return response
572
self._error = True
573
self.sdo_client.abort(0x0504_0000)
574
- raise SdoCommunicationError("Some data were lost and could not be retransmitted")
+ raise SdoCommunicationError("Some data was lost and could not be retransmitted")
575
576
def _ack_block(self):
577
request = bytearray(8)
0 commit comments