Seg3D icon indicating copy to clipboard operation
Seg3D copied to clipboard

Refactor Layer Filter Catch

Open allywarner opened this issue 4 years ago • 2 comments

In LayerFilter.cc line 939, there is a try catch that doesn't throw an exception so they will be skipped undetected. This is high-level code and will take some work to find proper exceptions for different layers.

allywarner avatar Oct 30 '20 21:10 allywarner

This was a problem again. @jessdtate should at least some error or log message come through instead of doing nothing and then reporting success?

allywarner avatar Feb 05 '21 01:02 allywarner

log/error would work be fine for now

jessdtate avatar Feb 05 '21 08:02 jessdtate