Closed tinygiant98 closed 2 years ago
Adding IndexDefect
handling in cli.nim
resolves the issue, but not sure if it should be in addition to, or completely replace handling for ValueError
Thanks! ValueError
was only triggered if the user entered a non-int choice, so I added IndexDefect
rather than replacing it.
When packing a module, I accidentally opted for an option what was outside the expected array bounds and ended up with a fatal error for an unhandled
IndexDefect
exception.Will look at potential solutions if/when I can.