Commit a529cdb710896641c0036247cc6ea887a84f355e
1 parent
f97db154
.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main/java/com/batch/service/JobService.java
@@ -304,7 +304,7 @@ public class JobService { | @@ -304,7 +304,7 @@ public class JobService { | ||
304 | 304 | ||
305 | log.debug("call python"); | 305 | log.debug("call python"); |
306 | new ProcessExecutor() | 306 | new ProcessExecutor() |
307 | - .command(sPythonPrg, sPythonAiTarget, sDate, sSysSe, sAccnutYm, sCprCode, sPartCpr, sDelngCrncy, sTbTy) | 307 | + .command(sPythonPrg, sPythonAiTarget, sDate, sSysSe, sAccnutYm, sCprCode, sPartCpr, sDelngCrncy, sErrorRange, sTbTy) |
308 | .redirectOutput(new LogOutputStream() { | 308 | .redirectOutput(new LogOutputStream() { |
309 | @Override | 309 | @Override |
310 | protected void processLine(String line) { | 310 | protected void processLine(String line) { |