Skip to content

Commit 0ef1ff6

Browse files
committed
print classpath
1 parent 1acfd4f commit 0ef1ff6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/bioimage/modelrunner/pytorch/PytorchInterface.java

+1
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@ private List<String> getProcessCommandsWithoutArgs() throws IOException, URISynt
495495
command.add("-cp");
496496
command.add(classpath);
497497
command.add(className);
498+
System.out.println(command);
498499
return command;
499500
}
500501

0 commit comments

Comments
 (0)