Skip to content

Commit 554ab9a

Browse files
committed
stupid error
1 parent 4ace84e commit 554ab9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/bioimage/modelrunner/tensorflow/v2/api050/Tensorflow2Interface.java

-1
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,6 @@ private static String getCurrentClasspath() throws UnsupportedEncodingException
620620
if (modelrunnerPath == null || (modelrunnerPath.endsWith("DeepLearningEngineInterface.class")
621621
&& !modelrunnerPath.contains(File.pathSeparator)))
622622
modelrunnerPath = System.getProperty("java.class.path");
623-
modelrunnerPath = System.getProperty("java.class.path");
624623
String classpath = modelrunnerPath + File.pathSeparator + imglib2Path + File.pathSeparator;
625624
classpath = classpath + gsonPath + File.pathSeparator;
626625
classpath = classpath + jnaPath + File.pathSeparator;

0 commit comments

Comments
 (0)