Skip to content

Commit 08b01c9

Browse files
committed
stupid error
1 parent faf2844 commit 08b01c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/main/java/io/bioimage/modelrunner/tensorflow/v2/api020/Tensorflow2Interface.java

-1
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,6 @@ private static String getCurrentClasspath() throws UnsupportedEncodingException
656656
if (modelrunnerPath == null || (modelrunnerPath.endsWith("DeepLearningEngineInterface.class")
657657
&& !modelrunnerPath.contains(File.pathSeparator)))
658658
modelrunnerPath = System.getProperty("java.class.path");
659-
modelrunnerPath = System.getProperty("java.class.path");
660659
String classpath = modelrunnerPath + File.pathSeparator + imglib2Path + File.pathSeparator;
661660
classpath = classpath + gsonPath + File.pathSeparator;
662661
classpath = classpath + jnaPath + File.pathSeparator;

0 commit comments

Comments
 (0)