Commit 816e0fb
committed
Make the python writers have the same behavior as the C++ writers
If no collections are passed then let the C++ decide instead of
passing all collections (which is what the C++ writers do). In practice,
this only allows to write empty frames from python, currently not possible
as collections will evaluate to false and all the collections from
`frame.getAvailableCollections` will be passed.1 parent 1a678f5 commit 816e0fb
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
0 commit comments