Skip to content

Commit 6959de8

Browse files
committed
correct stupid error
1 parent 95a96f5 commit 6959de8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/bioimage/modelrunner/tensorflow/v1/Tensorflow1Interface.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,6 @@ private static String getCurrentClasspath() throws UnsupportedEncodingException
641641
if (modelrunnerPath == null || (modelrunnerPath.endsWith("DeepLearningEngineInterface.class")
642642
&& !modelrunnerPath.contains(File.pathSeparator)))
643643
modelrunnerPath = System.getProperty("java.class.path");
644-
modelrunnerPath = System.getProperty("java.class.path");
645644
String classpath = modelrunnerPath + File.pathSeparator + imglib2Path + File.pathSeparator;
646645
classpath = classpath + gsonPath + File.pathSeparator;
647646
classpath = classpath + jnaPath + File.pathSeparator;

0 commit comments

Comments
 (0)