We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a96f5 commit 6959de8Copy full SHA for 6959de8
src/main/java/io/bioimage/modelrunner/tensorflow/v1/Tensorflow1Interface.java
@@ -641,7 +641,6 @@ private static String getCurrentClasspath() throws UnsupportedEncodingException
641
if (modelrunnerPath == null || (modelrunnerPath.endsWith("DeepLearningEngineInterface.class")
642
&& !modelrunnerPath.contains(File.pathSeparator)))
643
modelrunnerPath = System.getProperty("java.class.path");
644
- modelrunnerPath = System.getProperty("java.class.path");
645
String classpath = modelrunnerPath + File.pathSeparator + imglib2Path + File.pathSeparator;
646
classpath = classpath + gsonPath + File.pathSeparator;
647
classpath = classpath + jnaPath + File.pathSeparator;
0 commit comments