Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadCommandSystem
Commits
df30bfaf
Commit
df30bfaf
authored
Jun 25, 2020
by
Locatelli
Browse files
pass argument to ploty2
parent
5a16c0f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/fr/ill/ics/nscclient/ploty/PlotyInstance.java
View file @
df30bfaf
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment