When copying a c3d file with no events the variable i in this line is never defined, and the code crashes.
|
write_count = min(i + 1, 18) |
Is fixing this as easy as just returning an empty list, or is there more to it? If it's just returning an empty list, happy to open a PR for it.