Skip to content
Snippets Groups Projects
Commit df30bfaf authored by Locatelli's avatar Locatelli
Browse files

pass argument to ploty2

parent 5a16c0f7
No related merge requests found
......@@ -107,7 +107,8 @@ public class PlotyInstance {
}
// start ploty2 on remote
try {
ploty = server.start(PLOTY_NAME);
String arg[] = {nomadServerEndpoint};
ploty = server.start(PLOTY_NAME, arg);
} catch (ConnectionTimeout e) {
System.err.println("Timeout while starting " + PLOTY_NAME);
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment