The intended behavior for Sink.get_source_cap() when no Source_Capabilities are read was to return an empty list. This wasn't done before, instead raising a ValueError when read_pdo() tried to parse "No Source_Capabilities" as an UnknownPDO. Now we're a bit more cautious, and the bug is fixed.
|
||
427 | 427 |
|
428 | 428 |
|
429 | 429 |
|
430 |
|
|
431 |
|
|
430 | 432 |
|
431 | 433 |
|
432 | 434 |
|
|
||
445 | 447 |
|
446 | 448 |
|
447 | 449 |
|
448 |
|
|
450 |
|
|
451 |
|
|
452 |
|
|
449 | 453 |
|
450 | 454 |
|
|
||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
|
|
8 |
|
|
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
||
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
136 |
|
|
137 |
|
|
138 |
|
|
136 | 139 |
|
137 | 140 |
|
138 | 141 |
|