Skip to content

Commit

Permalink
add for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Jan 14, 2025
1 parent 7ec13f1 commit d2a65f2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import java.util.zip.ZipEntry;
import java.util.zip.ZipFile;

import io.bioimage.modelrunner.apposed.appose.Types;
import io.bioimage.modelrunner.bioimageio.bioengine.BioengineInterface;
import io.bioimage.modelrunner.exceptions.LoadEngineException;
import io.bioimage.modelrunner.versionmanagement.DeepLearningVersion;
Expand Down Expand Up @@ -324,7 +325,7 @@ private void setEngineInstance() throws LoadEngineException
}
}
catch (Exception | Error ex) {
errMsg = ex.toString();
errMsg = Types.stackTrace(ex);
}
// As no interface has been found create an exception
throw new LoadEngineException( new File( this.enginePath ), errMsg );
Expand Down

0 comments on commit d2a65f2

Please sign in to comment.