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 cb102ac commit 57878feCopy full SHA for 57878fe
yakut/cmd/monitor/_model.py
@@ -192,7 +192,7 @@ def expand_subjects(m: uavcan.node.port.SubjectIDList_1) -> AbstractSet[int]:
192
if m.sparse_list is not None:
193
return frozenset(int(x.value) for x in m.sparse_list)
194
if m.mask is not None and m.mask.any():
195
- return expand_mask(m.mask)
+ return expand_mask(m.mask)
196
if m.total:
197
return _COMPLETE_SUBJECT_SET
198
assert False
0 commit comments