no message
This commit is contained in:
@@ -148,9 +148,8 @@ public class PerformSapforTask extends Pass_2021<SapforTask> {
|
||||
protected void variants() throws Exception {
|
||||
//папки вариантов создается самим сапфором.
|
||||
target.state = performSapforScript("create_variants", parentTask, " -t 13 -allVars"
|
||||
+ " -tinfo"
|
||||
+ " -tinfo"
|
||||
,
|
||||
|
||||
Constants.out_file,
|
||||
Constants.err_file
|
||||
) ? TaskState.Done : TaskState.DoneWithErrors;
|
||||
@@ -293,7 +292,7 @@ public class PerformSapforTask extends Pass_2021<SapforTask> {
|
||||
//--
|
||||
if (isTransformation) {
|
||||
File p_out = Paths.get(project.Home.getAbsolutePath(), Constants.data, Constants.parse_out_file).toFile();
|
||||
File p_err = Paths.get(project.Home.getAbsolutePath(), Constants.data,Constants.parse_err_file).toFile();
|
||||
File p_err = Paths.get(project.Home.getAbsolutePath(), Constants.data, Constants.parse_err_file).toFile();
|
||||
File out = Paths.get(project.Home.getAbsolutePath(), Constants.data, Constants.out_file).toFile();
|
||||
File err = Paths.get(project.Home.getAbsolutePath(), Constants.data, Constants.err_file).toFile();
|
||||
//--
|
||||
|
||||
Reference in New Issue
Block a user