Skip to content

Commit d2276b2

Browse files
authored
insert TODO comment
1 parent 47051d5 commit d2276b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

canopen/sdo/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def block_download(self, data):
123123
self.abort(0x05040001)
124124

125125
def init_download(self, request):
126+
# TODO: Check if writable (now would fail on end of segmented downloads)
126127
command, index, subindex = SDO_STRUCT.unpack_from(request)
127128
self._index = index
128129
self._subindex = subindex

0 commit comments

Comments
 (0)