Skip to content

Commit e7f9f7d

Browse files
committed
stupid error
1 parent 3e27c0f commit e7f9f7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/bioimage/modelrunner/pytorch/javacpp/PytorchJavaCPPInterface.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ private static String getCurrentClasspath() throws UnsupportedEncodingException
488488
if (modelrunnerPath == null || (modelrunnerPath.endsWith("DeepLearningEngineInterface.class")
489489
&& !modelrunnerPath.contains(File.pathSeparator)))
490490
modelrunnerPath = System.getProperty("java.class.path");
491-
modelrunnerPath = System.getProperty("java.class.path");
492491
String classpath = modelrunnerPath + File.pathSeparator + imglib2Path + File.pathSeparator;
493492
classpath = classpath + gsonPath + File.pathSeparator;
494493
classpath = classpath + jnaPath + File.pathSeparator;

0 commit comments

Comments
 (0)