Skip to content

Commit 84c98d2

Browse files
committed
add snake yaml to be able to find what to unzip if needed
1 parent c9ca764 commit 84c98d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ private static String getCurrentClasspath() throws UnsupportedEncodingException
647647
classpath = classpath + gsonPath + File.pathSeparator;
648648
classpath = classpath + jnaPath + File.pathSeparator;
649649
classpath = classpath + jnaPlatformPath + File.pathSeparator;
650+
classpath = classpath + snakeYaml + File.pathSeparator;
650651

651652
return classpath;
652653
}

0 commit comments

Comments
 (0)