Skip to content
Snippets Groups Projects
Commit d724bc0d authored by Rachid Yahiaoui's avatar Rachid Yahiaoui
Browse files

Update PipelineRunner.java

parent 4d94620e
No related branches found
Tags 0.92
No related merge requests found
......@@ -64,9 +64,9 @@ public class PipelineRunner implements Callable {
Writer.createFile(LOGGER_FILE ) ;
}
String[] cmd = null ;
String[] cmd = null ;
if( synthesisExtraction ) {
if( synthesisExtraction ) {
cmd = new String[] { "bash" ,
COBY_PIPELINE_SCRIPT ,
......@@ -79,7 +79,7 @@ public class PipelineRunner implements Callable {
LOGIN ,
QUERY ,
JOB , //cpichot
} ;
} ;
}
System.out.println(" *** CMD : " + String.join(" ", cmd) ) ;
......@@ -93,7 +93,7 @@ public class PipelineRunner implements Callable {
process.destroy() ;
} catch (IOException | InterruptedException x ) {
} catch ( IOException | InterruptedException x ) {
if( process != null && process.isAlive() ) {
process.destroyForcibly() ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment