We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ace84e commit 554ab9aCopy full SHA for 554ab9a
src/main/java/io/bioimage/modelrunner/tensorflow/v2/api050/Tensorflow2Interface.java
@@ -620,7 +620,6 @@ private static String getCurrentClasspath() throws UnsupportedEncodingException
620
if (modelrunnerPath == null || (modelrunnerPath.endsWith("DeepLearningEngineInterface.class")
621
&& !modelrunnerPath.contains(File.pathSeparator)))
622
modelrunnerPath = System.getProperty("java.class.path");
623
- modelrunnerPath = System.getProperty("java.class.path");
624
String classpath = modelrunnerPath + File.pathSeparator + imglib2Path + File.pathSeparator;
625
classpath = classpath + gsonPath + File.pathSeparator;
626
classpath = classpath + jnaPath + File.pathSeparator;
0 commit comments