pipeline enhance for MI

This commit is contained in:
Anthony Stirling
2023-12-31 13:05:38 +00:00
parent eda91cc556
commit f535387ac4
3 changed files with 521 additions and 482 deletions

View File

@@ -138,7 +138,7 @@ public class PipelineProcessor {
hasErrors = true;
}
outputFiles = newOutputFiles;
}
} else {
@@ -177,11 +177,13 @@ public class PipelineProcessor {
}
}
logPrintStream.close();
outputFiles = newOutputFiles;
}
if (hasErrors) {
logger.error("Errors occurred during processing. Log: {}", logStream.toString());
}
return outputFiles;
}